n2p2 - A neural network potential package
nnp::Mode::NNSetup Struct Reference

Setup data for one neural network. More...

#include <Mode.h>

Collaboration diagram for nnp::Mode::NNSetup:

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< Topologytopology
 Per-element NN topology. More...
 

Detailed Description

Setup data for one neural network.

Definition at line 597 of file Mode.h.

Member Data Documentation

◆ id

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().

◆ name

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().

◆ weightFileFormat

std::string nnp::Mode::NNSetup::weightFileFormat

Format for weight files.

Definition at line 618 of file Mode.h.

Referenced by nnp::Training::initializeWeights().

◆ keywordSuffix

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().

◆ keywordSuffix2

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().

◆ topology

std::vector<Topology> nnp::Mode::NNSetup::topology

Per-element NN topology.

Definition at line 624 of file Mode.h.

Referenced by nnp::Mode::setupNeuralNetwork().


The documentation for this struct was generated from the following file: