c362a0b384
problem that consists to minimize a function. It also includes several demos / examples, like the TSP (traveling saleman problem). Enjoy, and don't be surprised if your genetic organisms disobey to you.
4 lines
279 B
Text
4 lines
279 B
Text
A package for genetic algorithms in Python. Genetic can typically solve ANY
|
|
problem that consists to minimize a function. It also includes several demos
|
|
/ examples, like the TSP (traveling saleman problem). Enjoy, and don't be
|
|
surprised if your genetic organisms disobey to you.
|