From 30b843c6948ed39bd2fea181006f9d53a7aa84f4 Mon Sep 17 00:00:00 2001 From: Krzysztof Joachimiak Date: Fri, 10 May 2024 13:59:07 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e705486..c473559 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,7 @@ ## Genetic Programming * [gplearn](https://github.com/trevorstephens/gplearn) - Genetic Programming in Python. sklearn +* [PyGAD](https://github.com/ahmedfgad/GeneticAlgorithmPython) - Genetic Algorithm in Python. PyTorch based/compatible keras * [DEAP](https://github.com/DEAP/deap) - Distributed Evolutionary Algorithms in Python. * [karoo_gp](https://github.com/kstaats/karoo_gp) - A Genetic Programming platform for Python with GPU support. sklearn * [monkeys](https://github.com/hchasestevens/monkeys) - A strongly-typed genetic programming framework for Python.