mlr-org / miesmuschel

Flexible Mixed Integer Evolutionary Strategies
Other
15 stars 4 forks source link

Terminator Hypervolume-Stagnation #86

Closed mb706 closed 1 year ago

mb706 commented 2 years ago

We have the TerminatorStagnation / TerminatorStagnationBatch from bbotk, but that one only works on single-crit stagnation. If we want to consider generation-wise multi-crit stagnation, things get more difficult.

Suggested API: TerminatorStagnationGeneration, with patience and min.improvement, as well as aggregate-function that gets fed the (highest fidelity) fitness-values of each generation. The user could set domhv() here, but maybe also other measures.

Problem here is