Metadata-Version: 2.4
Name: cro
Version: 0.0.5.2
Summary: Coral Reef Optimization (CRO) Algorithm
Home-page: https://github.com/VictorPelaez/coral-reef-optimization-algorithm
Author: CRO Team
Author-email: cro_developers@googlegroups.com
License: MIT
Keywords: optimization algorithm,evolutionary,meta-heuristic,feature selection,coral reef
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, , !=3.5.*
License-File: LICENSE.txt
Requires-Dist: matplotlib
Requires-Dist: numpy>=1.13.1
Requires-Dist: scikit-learn>=0.18.0
Requires-Dist: scipy>=0.19.0
Requires-Dist: pandas>=0.20.3
Requires-Dist: multiprocess
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Coral Reefs Optimization (CRO) algorithm artificially simulates a coral reef, where different corals (which are the solutions for the considered optimization problem) grow and reproduce in a coral-reef, fighting with other corals for space. 
