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

Add configurable stopping criterion. #19

Closed
JedS6391 opened this issue Jun 1, 2017 · 0 comments
Closed

Add configurable stopping criterion. #19

JedS6391 opened this issue Jun 1, 2017 · 0 comments

Comments

@JedS6391
Copy link
Owner

JedS6391 commented Jun 1, 2017

At the moment, the base evolution model uses a hard-coded stopping criterion to facilitate early-exits. Because this is probably a commonly implemented feature for models, it'd be good to provide a built-in way to do this.

Probably a value in the config could be used to set a fitness threshold that when crossed will stop the system early. This allows for the user to decide how good of a solution they want in a way (provided that the system reaches those solutions in the first place -- very dependent on the problem/its setup).

JedS6391 added a commit that referenced this issue Nov 8, 2017
Now the stopping threshold for the evolutionary search process can be
start, rather than being a static value.

This closes issue #19.
@JedS6391 JedS6391 closed this as completed Nov 8, 2017
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

No branches or pull requests

1 participant