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

Collect evolution parameters into own data class #566

Closed
jenetics opened this issue Aug 21, 2019 · 1 comment
Closed

Collect evolution parameters into own data class #566

jenetics opened this issue Aug 21, 2019 · 1 comment
Assignees
Milestone

Comments

@jenetics
Copy link
Owner

The parameters which control the evolution process, like selectors or alterers, are mixed with other Engine parameters, when building a new evolution Engine. To make it easier to create new engines with a modified fitness function, but with the same parameters, it would be nice to have a data class, which collects this parameters: EvolutionParameter.

It's a sub-task of #302.

@jenetics jenetics added this to the v5.1.0 milestone Aug 21, 2019
@jenetics jenetics self-assigned this Aug 21, 2019
jenetics added a commit that referenced this issue Aug 21, 2019
jenetics added a commit that referenced this issue Aug 22, 2019
Mark 'Engine.builder()' method as deprecated.
jenetics added a commit that referenced this issue Aug 22, 2019
jenetics added a commit that referenced this issue Aug 22, 2019
jenetics added a commit that referenced this issue Aug 22, 2019
jenetics added a commit that referenced this issue Aug 22, 2019
jenetics added a commit that referenced this issue Aug 22, 2019
jenetics added a commit that referenced this issue Aug 22, 2019
jenetics added a commit that referenced this issue Aug 22, 2019
jenetics added a commit that referenced this issue Aug 22, 2019
@jenetics jenetics modified the milestones: v5.1.0, v5.2.0 Nov 12, 2019
@jenetics jenetics removed this from the v5.2.0 milestone Jan 22, 2020
jenetics added a commit that referenced this issue Jan 26, 2020
jenetics added a commit that referenced this issue Jan 26, 2020
jenetics added a commit that referenced this issue Jan 26, 2020
jenetics added a commit that referenced this issue Jan 26, 2020
jenetics added a commit that referenced this issue Jan 29, 2020
jenetics added a commit that referenced this issue Jan 29, 2020
jenetics added a commit that referenced this issue Feb 3, 2020
jenetics added a commit that referenced this issue Feb 3, 2020
jenetics added a commit that referenced this issue Feb 3, 2020
jenetics added a commit that referenced this issue Feb 3, 2020
jenetics added a commit that referenced this issue Feb 3, 2020
@jenetics
Copy link
Owner Author

jenetics commented Feb 3, 2020

Merged into r5.2.0 branch.

@jenetics jenetics closed this as completed Feb 3, 2020
@jenetics jenetics added this to the v5.2.0 milestone Feb 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant