Python Forum
Optimise experiment control parameters
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Optimise experiment control parameters
#2
You can do random search, run for loop and choose parameters in multidimensional space randomly, do experiment, and choose the best case; another approach is to use simulated annealing method, it is almost the same, but takes into account local estimations of probability where the optimal solution is likely existing. Everything depends on how much time do you need to do one experiment? Searching in 6D might be hard...
Reply


Messages In This Thread
RE: Optimise experiment control parameters - by scidam - Apr-01-2019, 11:40 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Optimise multiply for loop in Python KenBCN 4 660 Feb-06-2024, 06:48 PM
Last Post: Gribouillis
  Compare response and name list in experiment knoxvillerailgrind 3 2,337 Jul-26-2020, 12:23 PM
Last Post: deanhystad
  Bode plot from time series experiment data discus 4 7,697 Jun-20-2020, 07:46 AM
Last Post: discus
  lab experiment / encryption pythan 0 2,571 Jun-09-2018, 07:19 PM
Last Post: pythan

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020