Navigation Menu

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

Crossover Methods #5

Open
13 of 15 tasks
king-11 opened this issue Sep 5, 2021 · 0 comments
Open
13 of 15 tasks

Crossover Methods #5

king-11 opened this issue Sep 5, 2021 · 0 comments
Labels
good first issue Good for newcomers module v1.0.0 Need to be resolved before version 1
Projects

Comments

@king-11
Copy link
Owner

king-11 commented Sep 5, 2021

Add in the following crossover methods

Binary Encoding

  • Single Point Crossover
  • Two Point Crossover
  • Multi Point Crossover
  • Shuffle Crossover
  • Uniform Crossover
  • Uniform Crossover with Mask
  • Half Uniform Crossover
  • Three Parent Crossover
  • Matrix Crossover

Order Encoding:

  • Davis' Order Crossover
  • Partially-Mapped Crossover (PMX)
  • Cycle Crossover Operator (CX)

Value Encoding:

  • Linear Crossover
  • Blend Crossover
  • Simulated Binary Crossover

Reference

@king-11 king-11 created this issue from a note in v1.0.0 (Todo) Sep 5, 2021
@king-11 king-11 added v1.0.0 Need to be resolved before version 1 module and removed v1.0.0 Need to be resolved before version 1 labels Sep 5, 2021
@king-11 king-11 added the good first issue Good for newcomers label Oct 1, 2021
@king-11 king-11 moved this from Todo to In progress in v1.0.0 Oct 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers module v1.0.0 Need to be resolved before version 1
Projects
v1.0.0
In progress
Development

No branches or pull requests

1 participant