mlr-org / miesmuschel

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

quicker filtors #64

Closed mb706 closed 2 years ago

mb706 commented 3 years ago

filtors currently call their selector n_filter times. Alternative implementations could use a Scalor instead and filter purely based on ranking.

Maybe we want to decouple selectors and scalors, and instead of giving fitnesses to selectors we give scalor results?

mb706 commented 2 years ago

Will close this for now, I think it turns out the problem is that filtors are too complicated, just filtering a single tournament iteration would be enough. In that case there is only one scalor call that would not benefit from this.