| 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",... | |
| std::string | name | 
| Description string for log output, e.g. "electronegativity". | |
| std::string | weightFileFormat | 
| Format for weight files. | |
| std::string | keywordSuffix | 
| Suffix for keywords (NN topology related). | |
| std::string | keywordSuffix2 | 
| Suffix for some other keywords (weight file loading related). | |
| std::vector< Topology > | topology | 
| Per-element NN topology. | |
| std::string nnp::Mode::NNSetup::id | 
NN identifier, e.g. "short", "charge",...
Definition at line 650 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 652 of file Mode.h.
Referenced by nnp::Training::initializeWeights().
| std::string nnp::Mode::NNSetup::weightFileFormat | 
Format for weight files.
Definition at line 654 of file Mode.h.
Referenced by nnp::Training::initializeWeights().
| std::string nnp::Mode::NNSetup::keywordSuffix | 
Suffix for keywords (NN topology related).
Definition at line 656 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 658 of file Mode.h.
Referenced by nnp::Training::initializeWeights().
| std::vector<Topology> nnp::Mode::NNSetup::topology | 
Per-element NN topology.
Definition at line 660 of file Mode.h.
Referenced by nnp::Mode::setupNeuralNetwork().