Skip to content

Commit 9ab2e7c

Browse files
committed
Update README.md
1 parent d2c863c commit 9ab2e7c

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
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**
116
as additional libraries. The basic approach offers a "StandardGA" class, where the whole population of chromosomes is
127
replaced 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

0 commit comments

Comments
 (0)