Skip to content

Commit

Permalink
Update package/benchmarks/bbob_constrained/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 authored Dec 17, 2024
1 parent 3eee04e commit 32d05f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/benchmarks/bbob_constrained/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This package provides a wrapper of the COCO experiments libarary's bbob-constrai
- `params`: Decision variable like `{"x0": x1_value, "x1": x1_value, ..., "xn": xn_value}`. The number of parameters must be equal to `dimension`.
- Returns: `list[float]`

It is also available that properties defiend in [cocoex.Problem](https://numbbo.github.io/coco-doc/apidocs/cocoex/cocoex.Problem.html) such as `number_of_objectives`.
The properties defined by [cocoex.Problem](https://numbbo.github.io/coco-doc/apidocs/cocoex/cocoex.Problem.html) are also available such as `number_of_objectives`.

## Installation

Expand Down

0 comments on commit 32d05f9

Please sign in to comment.