Skip to content

A collection of evolutionary algorithms written in Python

License

Notifications You must be signed in to change notification settings

ethanmclark1/geat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic and Evolutionary Algorithm Toolkit for Python

GEAT is a collection of evolutionary algorithms written in Python.

Setup Environment

conda create --name <env> --file requirements.txt

Algorithms

  • Genetic Algorithm
  • Multi-Objective Genetic Algorithm with Pareto Ranking
  • Particle Swarm Optimization

References

Releases

No releases published

Packages

No packages published

Languages