Skip to content

Commit 0798f34

Browse files
committed
update algo. count
1 parent 0920e9e commit 0798f34

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/source/about.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Mission
3030
^^^^^^^
3131

3232
GFO aims to make gradient-free optimization accessible and practical. By providing
33-
a unified interface across 22 algorithms, it reduces the complexity of choosing
33+
a unified interface across 23 algorithms, it reduces the complexity of choosing
3434
and switching between optimization methods. The library prioritizes simplicity,
3535
transparency, and reliability.
3636

docs/source/faq/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ General
1111
GFO focuses on simplicity and transparency:
1212

1313
- Search spaces are just NumPy arrays (no special types)
14-
- All 22 algorithms share the same interface
14+
- All 23 algorithms share the same interface
1515
- Pure Python with minimal dependencies
1616
- Serves as the backend for Hyperactive
1717

docs/source/get_started/dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This adds:
3838
for surrogate models
3939

4040
However, sklearn is **not required**. GFO ships its own Gaussian Process, Random
41-
Forest, and KDE implementations, so all 22 optimizers work out of the box without
41+
Forest, and KDE implementations, so all 23 optimizers work out of the box without
4242
scikit-learn installed.
4343

4444

docs/source/get_started/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ running your first optimization.
2323
:link: algorithms
2424
:link-type: doc
2525

26-
Overview of all 22 algorithms organized by category: local, global,
26+
Overview of all 23 algorithms organized by category: local, global,
2727
population-based, and sequential model-based.
2828

2929
.. grid-item-card:: Mixed Search Spaces

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ for Python.
316316
Perfect when you need fine-grained control over the
317317
optimization process.
318318

319-
- 22 algorithms
319+
- 23 algorithms
320320
- NumPy-based search spaces
321321
- Constraint support
322322

@@ -375,7 +375,7 @@ Documentation
375375
:link-type: doc
376376
:text-align: center
377377

378-
All 22 optimization algorithms explained
378+
All 23 optimization algorithms explained
379379

380380
.. grid-item-card:: Examples
381381
:link: examples

docs/source/user_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Every optimization in GFO involves three components:
7373

7474
**How to optimize**
7575

76-
The algorithm that explores your search space. Choose from 22 algorithms
76+
The algorithm that explores your search space. Choose from 23 algorithms
7777
across local search, global search, population methods, and SMBO.
7878

7979
.. grid-item-card:: Objective Functions

0 commit comments

Comments
 (0)