Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 587 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 587 Bytes

OptimiZation

This is a playground for learning and playing with optimization algorithms. The various algorithms used include:

aco: Ant Colony Optimization
bat: Bat algorithm
smo: Spider Monkey Optimization
bee: Artificial Bee Colony
fpa:  Flower Pollination Algorithm
cmea: Constrained Multi-objective Evolutionary Algorithm
geneprog: Genetic Programming
genefeat: Genetic Algorithm
gravity: Gravity Search Algorithm

In this repo we test the above algorithms on the iris data-set for Feature Selection.