We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0961ba8 + dddb74a commit 933c280Copy full SHA for 933c280
src/problems/optimization_problems.jl
@@ -25,7 +25,7 @@ higher-dimension tensors as well.
25
### Constructors
26
27
```julia
28
-OptimizationProblem{iip}(f, u0, p = SciMLBase.NullParameters(),;
+OptimizationProblem{isinplace}(f, u0, p = SciMLBase.NullParameters(),;
29
lb = nothing,
30
ub = nothing,
31
lcons = nothing,
0 commit comments