Metadata-Version: 2.1
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

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. 
