#include <gnn_evaluation.h>
Collaboration diagram for _gnn_line:

Data Fields | |
| gnn_grad * | grad |
| gsl_vector * | w |
| gsl_vector * | d |
| gsl_vector * | dbuf |
| double | error |
| double | derivative |
|
|
The direction vector. Definition at line 374 of file gnn_evaluation.h. |
|
|
A buffer for direction evaluation. Definition at line 375 of file gnn_evaluation.h. |
|
|
The derivative along the given line. Definition at line 377 of file gnn_evaluation.h. |
|
|
Last computed error along the given line. Definition at line 376 of file gnn_evaluation.h. |
|
|
The error and gradient evaluation buffer. Definition at line 371 of file gnn_evaluation.h. |
|
|
The center of evaluations. Definition at line 373 of file gnn_evaluation.h. |
1.2.18