We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d98fb1 commit 4d9bf37Copy full SHA for 4d9bf37
README.md
@@ -351,6 +351,8 @@
351
<a name="opt"></a>
352
## Optimization
353
* [Optuna](https://github.com/optuna/optuna) - A hyperparameter optimization framework.
354
+* [pymoo](https://github.com/anyoptimization/pymoo) - Multi-objective Optimization in Python.
355
+* [pycma](https://github.com/CMA-ES/pycma?tab=readme-ov-file) - Python implementation of CMA-ES.
356
* [Spearmint](https://github.com/HIPS/Spearmint) - Bayesian optimization.
357
* [BoTorch](https://github.com/pytorch/botorch) - Bayesian optimization in PyTorch. <img height="20" src="img/pytorch_big2.png" alt="PyTorch based/compatible">
358
* [scikit-opt](https://github.com/guofei9987/scikit-opt) - Heuristic Algorithms for optimization.
0 commit comments