Skip to content

Commit 8b55419

Browse files
Update remakecomposition.md
1 parent 990b907 commit 8b55419

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/tutorials/remakecomposition.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Let's look at a 10 dimensional schwefel function in the hypercube $x_i \in [-500
1212

1313
```@example polyalg
1414
using Optimization, Random
15-
import OptimizationBBO, ReverseDiff
15+
using OptimizationBBO, ReverseDiff
1616
1717
Random.seed!(122333)
1818
@@ -51,4 +51,4 @@ res2 = solve(prob, Optimization.LBFGS(), maxiters = 100)
5151
@show res2.objective
5252
```
5353

54-
Yay! We have found the global optimum (this is known to be at $x_i = 420.9687$).
54+
Yay! We have found the global optimum (this is known to be at $x_i = 420.9687$).

0 commit comments

Comments
 (0)