Skip to content

Commit b7cf922

Browse files
ParasPuneetSinghChrisRackauckas
authored andcommitted
Update blackboxoptim.md
Correction of changeing tuple to vector.
1 parent 540f9ce commit b7cf922

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 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:
72+
The optimizer for Multi-Objective Optimization is `BBO_borg_moea()`. Your objective function should return a vector 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)