|
n2p2 - A neural network potential package
|
Contains update candidate which is grouped with others to specific parent update candidate (e.g. More...

Public Member Functions | |
| bool | operator< (SubCandidate const &rhs) const |
| Overload < operator to sort in descending order. | |
Public Attributes | |
| std::size_t | a |
| Atom index (only used for force candidates). | |
| std::size_t | c |
| Component index (x,y,z -> 0,1,2, only used for force candidates). | |
| double | error |
| Absolute value of error with respect to reference value. | |
Contains update candidate which is grouped with others to specific parent update candidate (e.g.
forces belonging to same structure).
Definition at line 369 of file Training.h.
|
inline |
Overload < operator to sort in descending order.
Definition at line 379 of file Training.h.
References error.
| std::size_t nnp::Training::SubCandidate::a |
Atom index (only used for force candidates).
Definition at line 372 of file Training.h.
Referenced by nnp::Training::update().
| std::size_t nnp::Training::SubCandidate::c |
Component index (x,y,z -> 0,1,2, only used for force candidates).
Definition at line 374 of file Training.h.
Referenced by nnp::Training::update().
| double nnp::Training::SubCandidate::error |
Absolute value of error with respect to reference value.
Definition at line 376 of file Training.h.
Referenced by operator<().