n2p2 - A neural network potential package
|
Setup data for one neural network. More...
#include <Mode.h>
Classes | |
struct | Topology |
Public Attributes | |
std::string | id |
NN identifier, e.g. "short", "charge",... More... | |
std::string | name |
Description string for log output, e.g. "electronegativity". More... | |
std::string | weightFileFormat |
Format for weight files. More... | |
std::string | keywordSuffix |
Suffix for keywords (NN topology related). More... | |
std::string | keywordSuffix2 |
Suffix for some other keywords (weight file loading related). More... | |
std::vector< Topology > | topology |
Per-element NN topology. More... | |
std::string nnp::Mode::NNSetup::id |
NN identifier, e.g. "short", "charge",...
Definition at line 614 of file Mode.h.
Referenced by nnp::Mode::setupNeuralNetwork().
std::string nnp::Mode::NNSetup::name |
Description string for log output, e.g. "electronegativity".
Definition at line 616 of file Mode.h.
Referenced by nnp::Training::initializeWeights().
std::string nnp::Mode::NNSetup::weightFileFormat |
Format for weight files.
Definition at line 618 of file Mode.h.
Referenced by nnp::Training::initializeWeights().
std::string nnp::Mode::NNSetup::keywordSuffix |
Suffix for keywords (NN topology related).
Definition at line 620 of file Mode.h.
Referenced by nnp::Mode::setupNeuralNetwork().
std::string nnp::Mode::NNSetup::keywordSuffix2 |
Suffix for some other keywords (weight file loading related).
Definition at line 622 of file Mode.h.
Referenced by nnp::Training::initializeWeights().
std::vector<Topology> nnp::Mode::NNSetup::topology |
Per-element NN topology.
Definition at line 624 of file Mode.h.
Referenced by nnp::Mode::setupNeuralNetwork().