Skip to content

Commit 5af0e2b

Browse files
Update docs/src/optimization_packages/blackboxoptim.md
1 parent 1394ec4 commit 5af0e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/optimization_packages/blackboxoptim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ sol = solve(prob, BBO_adaptive_de_rand_1_bin_radiuslimited(), maxiters = 100000,
6969
```
7070

7171
## Multi-objective optimization
72-
The optimizer for Multi-Objective Optimization is `BBO_borg_moea()`. Your fitness function should return a tuple of the objective values and you should indicate the fitness scheme to be (typically) Pareto fitness and specify the number of objectives. Otherwise, the use is similar, here is an example:
72+
The optimizer for Multi-Objective Optimization is `BBO_borg_moea()`. Your objective function should return a tuple of the objective values and you should indicate the fitness scheme to be (typically) Pareto fitness and specify the number of objectives. Otherwise, the use is similar, here is an example:
7373

7474
```@example MOO-BBO
7575
using OptimizationBBO, Optimization, BlackBoxOptim

0 commit comments

Comments
 (0)