How can I make customized permutation problem? #524
Replies: 1 comment
-
Just check out how the TSP problem is implemented in pymoo itself. You can find the source code here: For a custom problem also check out the getting started guide: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, all.
I hope to solve permutation problem with GA in pymoo, but in PERMUTATION page, there are only examples using "create_random_TSP/flowshop" function.
I have elements to be permutated, and object functions to evaluate permuated elements list.
How can I build my custom problem in pymoo?
what type of problem class should I use?
Beta Was this translation helpful? Give feedback.
All reactions