Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pareto fronts for least interesting solution #1

Open
matthieu-vergne opened this issue May 15, 2014 · 0 comments
Open

Pareto fronts for least interesting solution #1

matthieu-vergne opened this issue May 15, 2014 · 0 comments

Comments

@matthieu-vergne
Copy link
Owner

For now, if the max limit is reached, we remove the worst solution based solely on the value assigned to the solution, without considering its optimality. I think that using a Pareto front to find the best and the most recent solutions can be more reliable:

  1. S = {solutions}
  2. F = ParetoFront(S)
  3. S = S \ F
  4. restart from 2 until S is empty
  5. select a random candidate in F to remove

Or something similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant