Skip to content

Commit 99f188c

Browse files
authored
add scikit-opt
Heuristic Algorithms (Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Algorithm, Immune Algorithm, Artificial Fish Swarm Algorithm) in Python for optimization.
1 parent afb908e commit 99f188c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@
328328
## Optimization
329329
* [Spearmint](https://github.com/HIPS/Spearmint) - Bayesian optimization.
330330
* [BoTorch](https://github.com/pytorch/botorch) - Bayesian optimization in PyTorch. <img height="20" src="img/pytorch_big2.png" alt="PyTorch based/compatible">
331+
* [scikit-opt](https://github.com/guofei9987/scikit-opt) - Heuristic Algorithms (Genetic Algorithm, Particle Swarm Optimization, Simulated Annealing, Ant Colony Algorithm, Immune Algorithm, Artificial Fish Swarm Algorithm) in Python for optimization.
331332
* [SMAC3](https://github.com/automl/SMAC3) - Sequential Model-based Algorithm Configuration.
332333
* [Optunity](https://github.com/claesenm/optunity) - Is a library containing various optimizers for hyperparameter tuning.
333334
* [hyperopt](https://github.com/hyperopt/hyperopt) - Distributed Asynchronous Hyperparameter Optimization in Python.

0 commit comments

Comments
 (0)