Welcome to the initial release of the OptiComp library (Version 0.1.0)!
Highlights:
Introduction: OptiComp is now publicly available, providing tools for optimizer benchmarking in Python.
Key Features:
- Stable wrapperInterface: Simplifies the creation and usage of optimization wrappers.
- BenchmarkSuite: An easy way to benchmark different optimizers.
- Common objectives: 4 common objectives to choose from.
- Common wrappers: 3 common wrappers to choose from.
Included Wrappers:
- Optuna (Random and TPE samplers)
- Bayesian Optimization
See our [repository](https://github.com/OptiComp/OptiComp) for more information.