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 5f0d0a6 + 1ce5f01 commit b1bfd1eCopy full SHA for b1bfd1e
src/scimlfunctions.jl
@@ -2261,7 +2261,7 @@ All of the remaining functions are optional for improving or accelerating
2261
the usage of `f` and `bc`. These include:
2262
2263
- `cost(u, p)`: the target to be minimized, similar with the `cost` function
2264
- in [`OptimizationFunction`](@ref). This is used to define the objective function
+ in `OptimizationFunction`. This is used to define the objective function
2265
of the BVP, which can be minimized by optimization solvers.
2266
- `equality(res, u, t)`: equality constraints functions for the BVP.
2267
- `inequality(res, u, t)`: inequality constraints functions for the BVP.
0 commit comments