Metadata-Version: 2.4
Name: radiate
Version: 0.0.12
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: data ; extra == 'all'
Requires-Dist: numpy ; extra == 'all'
Requires-Dist: matplotlib ; extra == 'all'
Requires-Dist: polars ; extra == 'data'
Requires-Dist: pandas ; extra == 'data'
Requires-Dist: torch ; extra == 'data'
Requires-Dist: numba ; extra == 'data'
Requires-Dist: matplotlib>=3.8.0 ; extra == 'matplotlib'
Requires-Dist: numba>=0.55.1 ; python_full_version >= '3.12' and python_full_version < '3.14' and extra == 'numba'
Requires-Dist: numpy>=2.4.3 ; extra == 'numpy'
Requires-Dist: pandas>=2.1.0 ; python_full_version >= '3.12' and python_full_version < '3.14' and extra == 'pandas'
Requires-Dist: polars>=1.38.1 ; python_full_version >= '3.12' and python_full_version < '3.14' and extra == 'polars'
Requires-Dist: torch>=2.7.1 ; python_full_version >= '3.12' and python_full_version < '3.14' and extra == 'torch'
Provides-Extra: all
Provides-Extra: data
Provides-Extra: matplotlib
Provides-Extra: numba
Provides-Extra: numpy
Provides-Extra: pandas
Provides-Extra: polars
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
