Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Evolutionary-Intelligence authored Dec 5, 2024
1 parent 9cde878 commit b8b16fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ problem = {'fitness_function': rosenbrock,
Without loss of generality, only the **minimization** process is considered here, since
**maximization** can be easily transferred to **minimization** just by negating it.

3. Run one black-box optimizer or more on the above optimization problem (*rosenbrock*):
* Run one black-box optimizer or more on the above optimization problem:

```Python
# to choose e.g., LM-MA-ES owing to its low complexity and metric-learning ability for LSO:
Expand Down

0 comments on commit b8b16fc

Please sign in to comment.