Pyevolve is a complete Python genetic algorithm framework.
Product's homepage
Here are some key features of "Pyevolve":
Many selector algorithms like:
· Rank Selector
· Uniform Selector
· Roulette Wheel Selector
· Tournament Selector
Mutators like:
· Swap mutator for integer 1D lists
· Gaussian mutator for real 1D lists
· Pure python, you can use in any platform which runs python;
· Easy to use, easy for end-user;
· Simple to customize
· Create new representations, genetic operators.
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· Added documentation to the code;
· Created API Docs.