Skip to content

Commit

Permalink
Update package/benchmarks/bbob/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Shuhei Watanabe <[email protected]>
  • Loading branch information
y0z and nabenabe0928 authored Dec 13, 2024
1 parent 3f16c2b commit c0cfd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/benchmarks/bbob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The blackbox optimization benchmarking (bbob) test suite comprises 24 noiseless
- Args:
- `trial`: Optuna trial object.
- Returns: `float`
- `evaluate(params: dict[str, float])`: Evaluate the objective function.
- `evaluate(params: dict[str, float])`: Evaluate the objective function given a dictionary of parameters.
- Args:
- `params`: Decision variable like `{"x0": x1_value, "x1": x1_value, ..., "xn": xn_value}`. The number of parameters must be equal to `dimension`.
- Returns: `float`
Expand Down

0 comments on commit c0cfd61

Please sign in to comment.