Skip to content

Commit ac1127f

Browse files
Merge pull request #1071 from SciML/ChrisRackauckas-patch-2
Add reference to optimizationsolution in the solve docs
2 parents 21a3c64 + 33dd767 commit ac1127f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/solve.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ end
4343

4444
"""
4545
```julia
46-
solve(prob::OptimizationProblem, alg::AbstractOptimizationAlgorithm, args...; kwargs...)
46+
solve(prob::OptimizationProblem, alg::AbstractOptimizationAlgorithm, args...; kwargs...)::OptimizationSolution
4747
```
4848
49+
For information about the returned solution object, refer to the documentation for [OptimizationSolution](@ref)
50+
4951
## Keyword Arguments
5052
5153
The arguments to `solve` are common across all of the optimizers.

0 commit comments

Comments
 (0)