MCPcopy Create free account
hub / github.com/CompPhysVienna/n2p2 / resetNeuronStatistics

Method resetNeuronStatistics

src/libnnptrain/Training.cpp:1847–1855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1845}
1846
1847void Training::resetNeuronStatistics()
1848{
1849 for (vector<Element>::iterator it = elements.begin();
1850 it != elements.end(); ++it)
1851 {
1852 for (auto& nn : it->neuralNetworks) nn.second.resetNeuronStatistics();
1853 }
1854 return;
1855}
1856
1857void Training::writeUpdaterStatus(bool append,
1858 string const fileNameFormat) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected