| Class | Description |
|---|---|
| L_BFGS |
Created by tomasnykodym on 9/15/14.
|
| L_BFGS.GradientInfo | |
| L_BFGS.GradientSolver |
To be overriden to provide gradient computation specific for given problem.
|
| L_BFGS.History |
Keeps L-BFGS history ie curvature information recorded over the last m steps.
|
| L_BFGS.L_BFGS_Params |
Internal parameters affecting behavior of L-BFGS solver.
|
| L_BFGS.Result |