Hello Guys, I'm currently trying to implement functionality similar to the algorithm in Experimenter, and I have two questions.
- Since in Experimenter, the number of replications for each scenario is user-defined and fixed, is it possible to allocate the number of replications based on the performance results? For example, if the performance results for the first stage of scenarios are ranked as 1>3>5>4>2, can I allocate replications accordingly, such as running 5 replications for scenario 1, 4 replications for scenario 3, and so on in a loop? Is this method currently achievable?
- If not ,can Experimenter interact with external Python scripts or the other way to implement, because I have seen other related comments on the forum, and it seems that OptQuset is not supported.?
Thanks for your help and advise