MCPcopy Create free account
hub / github.com/FidoProject/Fido / reset

Method reset

src/WireFitQLearn.cpp:112–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void WireFitQLearn::reset() {
113 network = new net::NeuralNet(modelNet);
114 network->randomizeWeights();
115 std::cout << "number: " << network->numberOfHiddenNeurons() << "\n";
116}
117
118void WireFitQLearn::store(std::ofstream *output) {
119 if(output->is_open()) {

Callers

nothing calls this directly

Calls 2

numberOfHiddenNeuronsMethod · 0.80
randomizeWeightsMethod · 0.45

Tested by

no test coverage detected