Skip to content

Commit 6af194a

Browse files
authored
Merge pull request #183 from OpenOptimizationOrg/snippet_names
Renaming to ensure consistent lookup
2 parents 84e8b26 + bd1b594 commit 6af194a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

code_snippets/gnbg_ii/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ project/
4646
## Usage
4747

4848
```bash
49-
uv run call_gnbg.py
49+
uv run call_gnbg_ii.py
5050
```
5151

5252
## What the Snippet Does
@@ -61,13 +61,13 @@ The script:
6161
The implementation is split into:
6262

6363
* **`gnbg.py`** — contains the GNBG class and loader (reusable)
64-
* **`call_gnbg.py`** — minimal runner script
64+
* **`call_gnbg_ii.py`** — minimal runner script
6565

66-
`call_gnbg.py` depends on `gnbg.py`, so both files must be present in the same directory.
66+
`call_gnbg_ii.py` depends on `gnbg.py`, so both files must be present in the same directory.
6767

6868
## Key Parameters
6969

70-
Edit these in `call_gnbg.py`:
70+
Edit these in `call_gnbg_ii.py`:
7171

7272
* **`problem_index`** — which GNBG function to load (`1``24`)
7373
* **`repo_dir`** — path to the folder containing the `.mat` files

code_snippets/ma_bbob/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ No extra setup is needed beyond having `uv` installed. The `ioh` package is reso
1919
## Usage
2020

2121
```bash
22-
uv run call_manyaffine.py
22+
uv run call_ma_bbob.py
2323
```
2424

2525
## What the Snippet Does

0 commit comments

Comments
 (0)