Metadata-Version: 2.1
Name: evolutionary-programming
Version: 0.4.7
Summary: 
Author: Gabriel Soares Baptista
Author-email: gsoaresbaptista@gmail.com
Requires-Python: >=3.11,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: numpy (>=1.26.1,<2.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Description-Content-Type: text/markdown

# Evolutionary Programming

## TO DO
- [ ] Add tests for scalers
- [ ] Add tests for neural network decode and encode
- [ ] Add tests for RMSE for neural network
- [ ] Add a new base function for neural network functions

