Skip to content

Commit df33a5c

Browse files
authored
Fix markdown list in docstring
For OptimizationProblem
1 parent 7771788 commit df33a5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/scimlfunctions.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1942,9 +1942,9 @@ OptimizationFunction{iip}(f, adtype::AbstractADType = NoAD();
19421942
## Positional Arguments
19431943
19441944
- `f(u,p)`: the function to optimize. `u` are the optimization variables and `p` are fixed parameters or data used in the objective,
1945-
even if no such parameters are used in the objective it should be an argument in the function. For minibatching `p` can be used to pass in
1946-
a minibatch, take a look at the tutorial [here](https://docs.sciml.ai/Optimization/stable/tutorials/minibatch/) to see how to do it.
1947-
This should return a scalar, the loss value, as the return output.
1945+
even if no such parameters are used in the objective it should be an argument in the function. For minibatching `p` can be used to pass in
1946+
a minibatch, take a look at the tutorial [here](https://docs.sciml.ai/Optimization/stable/tutorials/minibatch/) to see how to do it.
1947+
This should return a scalar, the loss value, as the return output.
19481948
- `adtype`: see the Defining Optimization Functions via AD section below.
19491949
19501950
## Keyword Arguments

0 commit comments

Comments
 (0)