File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33![ Logo] ( ./logo/pga_logo.png )
44
5- "Genetic Algorithms [ (GA)] ( https://en.wikipedia.org/wiki/Genetic_algorithm ) , are meta heuristic algorithms
6- inspired by the process of natural selection and belong to a larger class of evolutionary algorithms (EA)."
7-
8- -- (From Wikipedia, the free encyclopedia)
9-
10- This repository implements a genetic algorithm (GA) in Python3 programming language, using only ** Numpy** and ** Joblib**
5+ This repository implements a genetic algorithm toolbox in Python3 programming language, using only ** Numpy** and ** Joblib**
116as additional libraries. The basic approach offers a "StandardGA" class, where the whole population of chromosomes is
127replaced by a new one at the end of each iteration (or epoch). More recently, a new computational model was added named
138"IslandModelGA" class that offers a new genetic operator (MigrationOperator), that allows for periodic migration of the
You can’t perform that action at this time.
0 commit comments