lbfgsd ~master (2020-08-03T15:01:32Z)
Dub
Repo
SolverOptions
lbfgsd
solver
Undocumented in source.
struct
SolverOptions (
T
) {
size_t
maxIterations
;
T
gradientTolerance
;
bool
estimateStepSize
;
T
initialStepSize
;
LineSearchOptions
!
T
linesearch
;
}
Members
Variables
estimateStepSize
bool
estimateStepSize
;
Undocumented in source.
gradientTolerance
T
gradientTolerance
;
Undocumented in source.
initialStepSize
T
initialStepSize
;
Undocumented in source.
linesearch
LineSearchOptions
!
T
linesearch
;
Undocumented in source.
maxIterations
size_t
maxIterations
;
Undocumented in source.
Meta
Source
See Implementation
lbfgsd
solver
classes
SimpleSolver
enums
SolverResultStatus
structs
SolverIteration
SolverOptions
SolverResult