We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'd like to remove as much guesswork as possible from the algo, and one way seems to be halting the optimization if it seems "reasonably converged."
Is there a fast/easy heuristic that I could plop on top of the getBestFitness score that would in many cases say "yup. Looks converged. Time to bail."
getBestFitness
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'd like to remove as much guesswork as possible from the algo, and one way seems to be halting the optimization if it seems "reasonably converged."
Is there a fast/easy heuristic that I could plop on top of the
getBestFitness
score that would in many cases say "yup. Looks converged. Time to bail."The text was updated successfully, but these errors were encountered: