vrettasm/PyGeneticAlgorithms
This repository implements a genetic algorithm (GA) in Python3 programming language, using only Numpy and Joblib as additional libraries. It provides a basic StandardGA model as well as a more advanced IslandModelGA that evolves in parallel several different populations..
GitHub repository with 5 stars and 2 forks.
Language: Python
Topics: genetic-algorithm, numpy, optimization-algorithms, parallel-genetic-algorithm, python3