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

[Fix] TS evolve breaks when no candidates #153

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joaquinco
Copy link

@joaquinco joaquinco commented May 10, 2024

📑 Description

TS.OriginalTS.evolve raises an error when the list of candidate solutions is empty. This can occur when candidates are filtered out either because they are close to the current position or they are present in the tabu list.

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

ℹ Additional Information

@joaquinco joaquinco changed the title [Fix] TS evolve candidates filtered out [Fix] TS evolve breaks when no candiates May 10, 2024
@joaquinco joaquinco changed the title [Fix] TS evolve breaks when no candiates [Fix] TS evolve breaks when no candidates May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant