|
49 | 49 | </a> |
50 | 50 | </div> |
51 | 51 |
|
| 52 | + <p align="center"> |
| 53 | + <a href="https://github.com/SimonBlanke/Hyperactive/actions"><img src="https://img.shields.io/github/actions/workflow/status/SimonBlanke/Hyperactive/test.yml?style=for-the-badge&logo=githubactions&logoColor=white&label=tests" alt="Tests"></a> |
| 54 | + <a href="https://app.codecov.io/gh/SimonBlanke/Hyperactive"><img src="https://img.shields.io/codecov/c/github/SimonBlanke/Hyperactive?style=for-the-badge&logo=codecov&logoColor=white" alt="Coverage"></a> |
| 55 | + </p> |
52 | 56 |
|
53 | | -Hyperactive provides a collection of optimization algorithms, accessible through a unified |
54 | | -experiment-based interface that separates optimization problems from algorithms. The library |
55 | | -provides native implementations of algorithms from the Gradient-Free-Optimizers package |
56 | | -alongside direct interfaces to Optuna and scikit-learn optimizers. |
| 57 | + <hr style="border-radius: 0; border-top: 3px solid var(--pst-color-border); margin: 2.5rem 0 0.5rem 0;"> |
57 | 58 |
|
58 | | -.. raw:: html |
| 59 | + <p style="text-align: center; max-width: 700px; margin: 1.5rem auto; line-height: 1.6;"> |
| 60 | + Hyperactive provides a collection of optimization algorithms, accessible through a unified |
| 61 | + experiment-based interface that separates optimization problems from algorithms. The library |
| 62 | + provides native implementations of algorithms from the Gradient-Free-Optimizers package |
| 63 | + alongside direct interfaces to Optuna and scikit-learn optimizers. |
| 64 | + </p> |
59 | 65 |
|
60 | | - <div class="badge-banner"> |
61 | | - <div class="badge-items"> |
62 | | - <a href="https://pypi.org/project/hyperactive/" target="_blank"> |
63 | | - <img src="_static/images/badges/version.svg" alt="PyPI Version" /> |
64 | | - </a> |
65 | | - <a href="https://pypi.org/project/hyperactive/" target="_blank"> |
66 | | - <img src="_static/images/badges/python.svg" alt="Python Versions" /> |
67 | | - </a> |
68 | | - <a href="https://github.com/SimonBlanke/Hyperactive/blob/master/LICENSE" target="_blank"> |
69 | | - <img src="_static/images/badges/license.svg" alt="License" /> |
70 | | - </a> |
71 | | - <a href="https://gc-os-ai.github.io/" target="_blank"> |
72 | | - <img src="_static/images/badges/sponsor.svg" alt="GC.OS Sponsored" /> |
73 | | - </a> |
74 | | - </div> |
75 | | - </div> |
76 | | - |
77 | | - |
78 | | ----- |
| 66 | + <div style="margin-bottom: 7rem;"></div> |
79 | 67 |
|
80 | 68 | .. _features: |
81 | 69 |
|
@@ -272,6 +260,14 @@ Hyperactive works seamlessly with popular machine learning frameworks. |
272 | 260 | Quick Install |
273 | 261 | ============= |
274 | 262 |
|
| 263 | +.. raw:: html |
| 264 | + |
| 265 | + <p align="center"> |
| 266 | + <a href="https://pypi.org/project/hyperactive/" target="_blank"><img src="https://img.shields.io/pypi/v/hyperactive?style=flat-square" alt="PyPI Version"></a> |
| 267 | + <a href="https://pypi.org/project/hyperactive/" target="_blank"><img src="https://img.shields.io/pypi/pyversions/hyperactive?style=flat-square" alt="Python Versions"></a> |
| 268 | + <a href="https://github.com/SimonBlanke/Hyperactive/blob/master/LICENSE" target="_blank"><img src="https://img.shields.io/github/license/SimonBlanke/Hyperactive?style=flat-square" alt="License"></a> |
| 269 | + </p> |
| 270 | + |
275 | 271 | .. raw:: html |
276 | 272 |
|
277 | 273 | <div class="segmented-tabs" id="install-tabs"> |
|
0 commit comments