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

Evolution Strategies #73

Open
5 tasks
Tracked by #16
HeleNoir opened this issue Mar 3, 2022 · 0 comments
Open
5 tasks
Tracked by #16

Evolution Strategies #73

HeleNoir opened this issue Mar 3, 2022 · 0 comments
Assignees
Labels
heuristic Add/change metaheuristic algorithms operator Add/change operators

Comments

@HeleNoir
Copy link
Collaborator

HeleNoir commented Mar 3, 2022

There are still some operators missing to complete the implementation of ESs.

  • Marriage Operator (Selection?) if recombination/crossover is applied
  • Dominant Recombination
  • Intermediate Recombination
  • ES Mutation (vector assigning individual standard deviation to each value in solution)
  • Adaptation of standard deviation using the 1/5th rule

Details can be found in http://link.springer.com/10.1023/A:1015059928466.

@HeleNoir HeleNoir mentioned this issue Mar 3, 2022
15 tasks
@HeleNoir HeleNoir added heuristic Add/change metaheuristic algorithms operator Add/change operators labels Mar 3, 2022
@HeleNoir HeleNoir added this to the Basic Framework milestone Mar 3, 2022
@HeleNoir HeleNoir self-assigned this Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
heuristic Add/change metaheuristic algorithms operator Add/change operators
Projects
None yet
Development

No branches or pull requests

1 participant