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.
1 parent 0961ba8 commit dddb74aCopy full SHA for dddb74a
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