File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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:
6161The 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
File renamed without changes.
Original file line number Diff line number Diff 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
File renamed without changes.
You can’t perform that action at this time.
0 commit comments