Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/scimlfunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2261,7 +2261,7 @@ All of the remaining functions are optional for improving or accelerating
the usage of `f` and `bc`. These include:

- `cost(u, p)`: the target to be minimized, similar with the `cost` function
in [`OptimizationFunction`](@ref). This is used to define the objective function
in `OptimizationFunction`. This is used to define the objective function
of the BVP, which can be minimized by optimization solvers.
- `equality(res, u, t)`: equality constraints functions for the BVP.
- `inequality(res, u, t)`: inequality constraints functions for the BVP.
Expand Down
Loading