Skip to content

Commit

Permalink
Merge pull request #589 from SciML/Vaibhavdixit02-patch-2
Browse files Browse the repository at this point in the history
Update optimization_solutions.jl
  • Loading branch information
Vaibhavdixit02 authored Jan 5, 2024
2 parents 2de3f04 + ac37014 commit d5edf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solutions/optimization_solutions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Representation of the solution to a non-linear optimization defined by an Optimi
Optim.jl, then this is the original return from said solver library.
- `stats`: statistics of the solver, such as the number of function evaluations required.
"""
struct OptimizationSolution{T, N, uType, C <: AbstractOptimizationCache, A, OV, O, S, ST} <:
struct OptimizationSolution{T, N, uType, C <: AbstractOptimizationCache, A, OV, O, ST} <:
AbstractOptimizationSolution{T, N}
u::uType # minimizer
cache::C # optimization cache
Expand Down

0 comments on commit d5edf1f

Please sign in to comment.