#include <optimize.h>
Inheritance diagram for _line_search:


Public Member Functions | |
| _line_search (LM *lm, const Step &lr) | |
| void | initialize () |
| Initialize local variables. | |
| std::pair< bool, Step > | step_length (const Dir &d) |
| Should we go in direction d? How far?. | |
| bool | satisfied () |
| Stopping criteria. | |
Protected Attributes | |
| Cost | cost_w |
Definition at line 308 of file optimize.h.
|
||||||||||||
|
Definition at line 314 of file optimize.h. |
|
|
Initialize local variables.
Reimplemented from _gradient_descent. Definition at line 317 of file optimize.h. |
|
|
Stopping criteria.
Reimplemented from _gradient_descent. Definition at line 328 of file optimize.h. |
|
|
Should we go in direction d? How far?.
Reimplemented from _gradient_descent. Definition at line 322 of file optimize.h. References lemga::details::line_search(). |
|
|
Definition at line 331 of file optimize.h. |
1.4.6