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

Commits on Oct 30, 2021

  1. example: travelling salesman problem

    order/permutation encoding example
    Signed-off-by: Lakshya Singh <[email protected]>
    king-11 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    74d1e9b View commit details
    Browse the repository at this point in the history
  2. example: 2 degree polynomial solution

    real encoding SBX crossover, polynomial mutationm, SU selection
    Signed-off-by: Lakshya Singh <[email protected]>
    king-11 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    4853602 View commit details
    Browse the repository at this point in the history
  3. example: knapsack problem

    binary encoded uniform crossover inversion mutation SU selection
    Signed-off-by: Lakshya Singh <[email protected]>
    king-11 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    19118ab View commit details
    Browse the repository at this point in the history