scikit-opt¶
Scikit-opt(or sko) is a Python module of Swarm Intelligence Algorithm. Such as Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Algorithm, Immune Algorithm, Artificial Fish Swarm Algorithm.
-
GA
Genetic Algorithm -
PSO
Particle swarm optimization -
SA
Simulated Annealing -
ACA
ACA(Ant Colony Algorithm) is for tsp -
DE
Differential Evolution -
IA
Immune Algorithm -
AFSA
Artificial Fish Swarm Algorithm -
Scikit-opt is totally open-source on GitHub with MIT lisense. Any person have the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the it.
Donation makes Scikit-opt better. opencollective or 微信打赏
News¶
- scikit-opt 0.6.3 released 2021-05-27
-
See PyPI.
- scikit-opt 0.6.2 released 2021-05-13
-
See PyPI.