Skip to content

Commit 7c81446

Browse files
author
henrique
committed
small changes
1 parent 388ad38 commit 7c81446

10 files changed

Lines changed: 3 additions & 159 deletions

File tree

configs/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

configs/templates/config_gemini.yaml

Lines changed: 0 additions & 51 deletions
This file was deleted.

configs/templates/config_mock.yaml

Lines changed: 0 additions & 52 deletions
This file was deleted.

configs/templates/config_qwen.yaml

Lines changed: 0 additions & 50 deletions
This file was deleted.

problems/alphaevolve_math_problems/minimizing_max_min_dist/2/input/README.md renamed to problems/alphaevolve_math_problems/minimizing_max_min_dist/2/README.md

File renamed without changes.

problems/alphaevolve_math_problems/minimizing_max_min_dist/3/input/README.md renamed to problems/alphaevolve_math_problems/minimizing_max_min_dist/3/README.md

File renamed without changes.

problems/alphaevolve_math_problems/packing_problems/circle_packing_square/26/input/README.md renamed to problems/alphaevolve_math_problems/packing_problems/circle_packing_square/26/README.md

File renamed without changes.

problems/eoh-problems/bp_online/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def score(item: float, bins: np.ndarray) -> np.ndarray:
2727

2828
| Key | Description | Goal |
2929
|-----|-------------|------|
30-
| `fitness` | $-\text{avg\_excess}$ over all datasets (higher is better) | maximize |
30+
| `fitness` | avg_excess over all datasets (higher is better) | maximize |
3131
| `excess_pct` | average excess percentage over L1 lower bound | minimize |
3232
| `avg_num_bins` | average bins used per instance | minimize |
3333
| `eval_time` | wall-clock seconds | minimize |

problems/eoh-problems/fssp_gls/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_matrix_and_jobs(
3434

3535
| Key | Description | Goal |
3636
|-----|-------------|------|
37-
| `fitness` | $-\text{avg\_gap}$ across instances (higher is better) | maximize |
37+
| `fitness` | avg_gap across instances (higher is better) | maximize |
3838
| `avg_gap_pct` | average percentage gap to best-known makespan | minimize |
3939
| `eval_time` | wall-clock seconds | minimize |
4040

problems/eoh-problems/tsp_gls/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def update_edge_distance(
3030

3131
| Key | Description | Goal |
3232
|-----|-------------|------|
33-
| `fitness` | $-\text{avg\_gap\_pct}$ (higher is better) | maximize |
33+
| `fitness` | avg_gap_pct (higher is better) | maximize |
3434
| `avg_gap_pct` | average percentage gap to optimal across 3 instances | minimize |
3535
| `gaps` | per-instance gaps | minimize |
3636
| `eval_time` | wall-clock seconds | minimize |

0 commit comments

Comments
 (0)