mlr-org / miesmuschel

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

Selector that takes scaled values into account? #62

Open mb706 opened 3 years ago

mb706 commented 3 years ago

Something else I am thinking about: we may want operators that put some kind of ordering on individuals, e.g. non-dominated sorting or crowding distance, that can then be combined for things like elite survival, or tournament selection. Do we need another object type here (ordering operator), or are these also selectors that can be chained somehow?

Originally posted by @mb706 in https://github.com/mlr-org/miesmuschel/issues/33#issuecomment-791910299

mb706 commented 2 years ago

This is solved by Filtors, to be merged.