lbfgsd ~master (2020-08-03T15:01:32Z)
Dub
Repo
SolverResult
lbfgsd
solver
Undocumented in source.
struct
SolverResult (
T
) {
SolverResultStatus
status
;
bool
success
();
T
firstCost
;
T
lastCost
;
SolverIteration
!
T
[]
iterations
;
}
Members
Functions
success
bool
success
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
firstCost
T
firstCost
;
Undocumented in source.
iterations
SolverIteration
!
T
[]
iterations
;
Undocumented in source.
lastCost
T
lastCost
;
Undocumented in source.
status
SolverResultStatus
status
;
Undocumented in source.
Meta
Source
See Implementation
lbfgsd
solver
classes
SimpleSolver
enums
SolverResultStatus
structs
SolverIteration
SolverOptions
SolverResult