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

Method setTrainingLogFileName

src/libnnptrain/Training.cpp:2842–2847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2840}
2841
2842void Training::setTrainingLogFileName(string fileName)
2843{
2844 trainingLogFileName = fileName;
2845
2846 return;
2847}
2848
2849size_t Training::getNumConnections(string id) const
2850{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected