Skip to content

Library of various heuristic based optimization algorithms

License

Notifications You must be signed in to change notification settings

wol4aravio/opta

Repository files navigation

PyPI PyPI - Downloads

Build Status Coverage Status

What is opta?

opta is an open source library of heuristic algorithms for nonlinear programming problems.

Supported Algorithms

Currently opta has the following algorithms implemented:

Algorithm Acronym Release version
Random Search RS 0.7.*
Black Hole Optimization BHO 0.7.*
Flower Pollination Algorithm FPA 0.7.*
Particle Swarm Optimization PSO 0.7.*
Explosion Search ES 0.7.*