#include <gnn_lmbfgs.h>
Collaboration diagram for _gnn_lmbfgs:

Data Fields | |
| gnn_trainer | trainer |
| gsl_vector * | wnew |
| gsl_vector * | wold |
| gsl_vector * | gnew |
| gsl_vector * | gold |
| gsl_vector * | v |
| gsl_vector * | p |
| gnn_line * | line |
| gnn_line_search_type | alpha |
| double | step |
| double | tol |
| size_t | iteration |
| size_t | restart |
|
|
line search procedure Definition at line 109 of file gnn_lmbfgs.h. |
|
|
new gradient vector Definition at line 102 of file gnn_lmbfgs.h. |
|
|
old gradient vector Definition at line 103 of file gnn_lmbfgs.h. |
|
|
Number of the current iteration Definition at line 114 of file gnn_lmbfgs.h. |
|
|
line search buffers Definition at line 107 of file gnn_lmbfgs.h. |
|
|
auxiliary vector Definition at line 105 of file gnn_lmbfgs.h. |
|
|
Number of iterations required to restart Definition at line 115 of file gnn_lmbfgs.h. |
|
|
Initial step taken to bracket search interval Definition at line 111 of file gnn_lmbfgs.h. |
|
|
Required precision for line search procedure Definition at line 112 of file gnn_lmbfgs.h. |
|
|
Definition at line 99 of file gnn_lmbfgs.h. |
|
|
auxiliary vector Definition at line 104 of file gnn_lmbfgs.h. |
|
|
new parameter vector Definition at line 100 of file gnn_lmbfgs.h. |
|
|
old parameter vector Definition at line 101 of file gnn_lmbfgs.h. |
1.2.18