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

Scoreboard with unique best solutions found to avoid repeated solutions. #54

Open
jcorreia11 opened this issue Feb 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jcorreia11
Copy link
Contributor

Best unique solutions are kept in a top-n scoreboard (n = initial population size).
In the end, the scoreboard is returned.

Possible problems:

How to rank multi-objective solutions?

@jcorreia11 jcorreia11 added the enhancement New feature or request label Feb 7, 2023
@jcorreia11 jcorreia11 changed the title Scoreboard with unique best solutions found to avoid repetitead solutions. Scoreboard with unique best solutions found to avoid repeated solutions. Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant