Defines the encoding for a ligand conformation. More...
#include "maze/Member.h"
Public Member Functions | |
| Member () | |
Public Attributes | |
| double | score |
| Value of the loss function. More... | |
| Vector | translation |
| Encoding of a ligand conformation, i.e., its translation. More... | |
Defines the encoding for a ligand conformation.
The Member class is required by some optimizers. Ligand conformations are encoded by a Cartesian translation relative to a ligand conformation from the MD simulation. Each translation has a loss (score) which tells how prefered is the encoding w.r.t. a chosen loss function.
|
inline |
| double PLMD::maze::Member::score |
Value of the loss function.
| Vector PLMD::maze::Member::translation |
Encoding of a ligand conformation, i.e., its translation.
Hosted by GitHub
|
1.8.14
|