I have a real system for which I have built a simulation that can express its certain characteristics. This real system can be in very large amount of configurations which can also be represented within simulation environment. Evaluation of each configuration on real system takes couple of hours, where evaluation within simulation takes couple of minutes.

I developed an optimization algorithm which finds a Pareto set of configurations that minimize (maximize) several objectives.

To solve this, I have built a genetic algorithm which uses simulator to obtain a Pareto set that will further be evaluated on real system.

I am wondering what approach to take on evaluating such two-step optimization heuristic? Evaluating all candidates on real system is infeasible.

So far I have think of this:

- compare results with randomly selected configurations

- compare worst and best results to see if they are distant enough (e.g. in separated cluster)

Any thoughts?

More Nikola Tankovic's questions See All
Similar questions and discussions