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

Simple Examples #17

Merged
merged 3 commits into from
Oct 31, 2021
Merged

Simple Examples #17

merged 3 commits into from
Oct 31, 2021

Conversation

king-11
Copy link
Owner

@king-11 king-11 commented Oct 30, 2021

  • example: travelling salesman problem
  • example: 2-degree polynomial solution
  • example: knapsack problem

Partial Fix #14

order/permutation encoding example
Signed-off-by: Lakshya Singh <[email protected]>
real encoding SBX crossover, polynomial mutationm, SU selection
Signed-off-by: Lakshya Singh <[email protected]>
binary encoded uniform crossover inversion mutation SU selection
Signed-off-by: Lakshya Singh <[email protected]>
Copy link
Contributor

@ArpitShukIa ArpitShukIa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Good job 👍

@king-11 king-11 merged commit a69b798 into main Oct 31, 2021
@king-11 king-11 deleted the examples branch October 31, 2021 02:46
@king-11 king-11 added the v1.0.0 Need to be resolved before version 1 label Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.0.0 Need to be resolved before version 1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Example GA Implementation
2 participants