guofei9987 / guofei9987/scikit-opt
Suggestion to add 3 stop criteria for the GA algorithm
Open
feature request
- Dominant language
- Python
- Stars
- 6.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
one is when the fitness reaches a specific value, it stops the loop
another is: when there is no progress on the best fitness for K generation, it stops the loop.
third: when the GA has run x minutes, it will stop.
Contributor guide
Assessment
This issue has not been assessed yet.