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

Stop conditions introduction #1

Closed
mdabrowski1990 opened this issue Aug 6, 2020 · 1 comment · Fixed by #11 or #22
Closed

Stop conditions introduction #1

mdabrowski1990 opened this issue Aug 6, 2020 · 1 comment · Fixed by #11 or #22
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mdabrowski1990
Copy link
Owner

mdabrowski1990 commented Aug 6, 2020

Design, implement, test and document stop conditions.

Possible stop conditions:

  • time restriction (mandatory)
  • satisfying solution
  • iterations without progress
  • time without progress

TODO:

  • adjust to self adaptive algorithms
  • compatible with all algorithms types
@mdabrowski1990 mdabrowski1990 added the enhancement New feature or request label Aug 6, 2020
@mdabrowski1990 mdabrowski1990 added this to the First release milestone Aug 6, 2020
@mdabrowski1990 mdabrowski1990 self-assigned this Aug 6, 2020
@mdabrowski1990 mdabrowski1990 added this to To do in Python-optimization via automation Aug 6, 2020
@mdabrowski1990 mdabrowski1990 moved this from To do to In progress in Python-optimization Aug 6, 2020
@mdabrowski1990 mdabrowski1990 changed the title stop conditions are not defined Stop conditions introduction Aug 6, 2020
@mdabrowski1990 mdabrowski1990 linked a pull request Aug 7, 2020 that will close this issue
@mdabrowski1990 mdabrowski1990 moved this from In progress to Done in Python-optimization Aug 7, 2020
@mdabrowski1990
Copy link
Owner Author

merge to development branch

@mdabrowski1990 mdabrowski1990 linked a pull request Jan 31, 2021 that will close this issue
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
Development

Successfully merging a pull request may close this issue.

1 participant