You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -84,15 +84,15 @@ pip install surfaces[full] # All optional features
84
84
85
85
</details>
86
86
87
-
---
87
+
<br>
88
88
89
89
## Key Features
90
90
91
-
|[**30+ Algebraic Functions**](#algebraic-functions)<br><sub>Classic benchmarks from optimization literature: Sphere, Rastrigin, Ackley, Rosenbrock, and more.</sub> |[**ML Hyperparameter Surfaces**](#machine-learning-functions)<br><sub>Real hyperparameter optimization landscapes using scikit-learn models with cross-validation.</sub> |[**Engineering Problems**](#engineering-functions)<br><sub>Constrained optimization from engineering literature: welded beams, pressure vessels, spring design.</sub> |
91
+
|[**30+ Algebraic Test Functions**](#algebraic-functions)<br><sub>Classic benchmarks from optimization literature: Sphere, Rastrigin, Ackley, Rosenbrock, and more.</sub> |[**ML Hyperparameter Test Functions**](#machine-learning-functions)<br><sub>Real hyperparameter optimization problems using scikit-learn models with cross-validation.</sub> |[**Constrained Engineering Test Functions**](#engineering-functions)<br><sub>Constrained optimization from engineering literature: welded beams, pressure vessels, spring design.</sub> |
92
92
| :--- | :--- | :--- |
93
-
|[**Function Modifiers**](#using-modifiers)<br><sub>Add noise, delays, or transformations to any function. Simulate real-world conditions.</sub> |[**BBOB and CEC Suites**](#benchmark-suites)<br><sub>Industry-standard benchmark suites used in optimization competitions.</sub> |[**Optimizer Integration**](#integration-with-optimizers)<br><sub>Works with any optimizer that accepts a callable and search space.</sub> |
93
+
|[**Surrogate Models**](#surrogate-models)<br><sub>Pre-trained neural networks for fast ML test function evaluation. 100-1000x faster with realistic characteristics.</sub> |[**BBOB and CEC Suites**](#benchmark-suites)<br><sub>Standard academic benchmark suites used in optimization competitions.</sub> |[**Optimizer Integration**](#integration-with-optimizers)<br><sub>Works with Optuna, Ray Tune, scipy, Gradient-Free-Optimizers and any optimizer that accepts a callable.</sub> |
@@ -346,7 +370,7 @@ This library is part of a suite of optimization tools. For updates, [follow on G
346
370
|[Gradient-Free-Optimizers](https://github.com/SimonBlanke/Gradient-Free-Optimizers)| Core optimization algorithms for black-box function optimization |
347
371
|[Surfaces](https://github.com/SimonBlanke/Surfaces)| Test functions and benchmark surfaces for optimization algorithm evaluation |
348
372
349
-
---
373
+
<br>
350
374
351
375
## Documentation
352
376
@@ -357,7 +381,7 @@ This library is part of a suite of optimization tools. For updates, [follow on G
357
381
|[Examples](https://github.com/SimonBlanke/Surfaces#examples)| Code examples for common use cases |
358
382
|[GitHub Issues](https://github.com/SimonBlanke/Surfaces/issues)| Bug reports and feature requests |
359
383
360
-
---
384
+
<br>
361
385
362
386
## Contributing
363
387
@@ -367,7 +391,7 @@ Contributions welcome! See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines.
0 commit comments