Metadata-Version: 2.1
Name: evola
Version: 0.0.2
Summary: Evolutionary algorithms
Home-page: https://github.com/DavidFreire-FEUP/evolutionary-algorithms
License: MIT
Author: David Freire
Author-email: up201806711@up.pt
Requires-Python: >=3.8,<3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: matplotlib (>=3.6.0,<4.0.0)
Requires-Dist: tqdm (>=4.64.1,<5.0.0)
Project-URL: Repository, https://github.com/DavidFreire-FEUP/evolutionary-algorithms
Description-Content-Type: text/markdown

# Evolutionary algorithms in Python

There are three algorithms implemented in this package (from best to worse):

- epso (Evolutionary Particle Swarm Optimization)
- pso (Particle Swarm Optimization) (tbd)
- pop (Classic Genetic Algorithm) (tbd)

