Closed mb706 closed 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.
filtors currently call their selector
n_filter
times. Alternative implementations could use aScalor
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?