Metadata-Version: 2.1
Name: EvoOpt
Version: 0.12
Summary: EvoOpt: Python Implementation of State-of-Art Evolutionary Algorithms
Home-page: UNKNOWN
Author: Sin Yong Teng
Author-email: tsyet12@gmail.com
License: BSD 2-Clause
Description: # EvoOpt - Evolutionary Optimization in Python
        
        ![EvoOpt Logo](https://user-images.githubusercontent.com/19692103/58713060-1de5bc00-83c2-11e9-8213-bf69e3382321.jpg)
        
        Python implementation of state-of-art meta-heuristic and evolutionary optimisation algorithms. 
        
        ** This library is implemented in Numpy (which was written in C) for fast processing speed**
        
        
        
        # Current support for algorithms:
        
        [x] Genetic Algorithm
        
        [x] Duelist Algorithm
        
        [X] Particle Swarm Optimization
        
        [X] Gravitational Search Algorithm
        
        [X] Firefly Algorithm
        
        [ ] Multi-Verse Optimization
        
        [ ] Grey-Wolf Optimization
        
        
        # Results
        ![Result Image](https://user-images.githubusercontent.com/19692103/58713291-892f8e00-83c2-11e9-8756-e27967c32453.png)
        
        
        # More Updates to Come
        
Keywords: Evolutionary,Optimization,Algorithm
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
