MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / RaceNet

Method RaceNet

src/RaceNet/RaceNet.cpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20RaceNet::RaceNet() : net(layerParams, learningRate) {}
21
22vector<double> RaceNet::Infer(vector<double> raycastInputs) {
23 // as the sigmoid function never reaches 0.0 nor 1.0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected