|
351 | 351 | <a name="opt"></a>
|
352 | 352 | ## Optimization
|
353 | 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. |
354 | 356 | * [Spearmint](https://github.com/HIPS/Spearmint) - Bayesian optimization.
|
355 | 357 | * [BoTorch](https://github.com/pytorch/botorch) - Bayesian optimization in PyTorch. <img height="20" src="img/pytorch_big2.png" alt="PyTorch based/compatible">
|
356 | 358 | * [scikit-opt](https://github.com/guofei9987/scikit-opt) - Heuristic Algorithms for optimization.
|
|
0 commit comments