|
OpenNN
2.2
Open Neural Networks Library
|
#include <performance_term.h>
Public Attributes | |
| double | performance |
| Vector< double > | gradient |
| Matrix< double > | Hessian |
This structure contains the second order performance quantities of a performance term. This includes the performance itself, the gradient vector and the Hessian matrix.
Definition at line 129 of file performance_term.h.
1.8.9.1