Metadata-Version: 2.4
Name: radiate
Version: 0.0.15
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: numpy>=2.5.1 ; extra == 'all'
Requires-Dist: matplotlib>=3.8.0 ; extra == 'all'
Requires-Dist: pandas>=2.1.0 ; python_full_version < '3.14' and extra == 'all'
Requires-Dist: polars>=1.38.1 ; python_full_version < '3.14' and extra == 'all'
Requires-Dist: torch>=2.7.1 ; python_full_version < '3.14' and extra == 'all'
Requires-Dist: numpy>=2.4.3 ; extra == 'data'
Requires-Dist: pandas>=2.1.0 ; python_full_version < '3.14' and extra == 'data'
Requires-Dist: polars>=1.38.1 ; python_full_version < '3.14' and extra == 'data'
Requires-Dist: matplotlib>=3.8.0 ; extra == 'plot'
Requires-Dist: torch>=2.7.1 ; python_full_version < '3.14' and extra == 'torch'
Provides-Extra: all
Provides-Extra: data
Provides-Extra: plot
Provides-Extra: torch
Summary: A fast and flexible evolution engine for implementing artificial evolution and genetic programming techniques.
Home-Page: https://pkalivas.github.io/radiate/
Author-email: Peter Kalivas <peterkalivas@gmail.com>
Requires-Python: >=3.12
Project-URL: documentation, https://pkalivas.github.io/radiate/
Project-URL: repository, https://github.com/pkalivas/radiate
