Metadata-Version: 2.1
Name: femos
Version: 0.0.18
Summary: My small library for neuroevolution
Home-page: https://github.com/estissy/femos
Author: estissy
Author-email: estissy@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: humanize

# Femos

Library for neuro-evolution

Set of classes and functions to build genetic algorithms.

## Releasing new version to PyPi repository

1. `python -m build`
2. `python -m twine upload dist/*`
