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

Method sigmoidePrime

src/RaceNet/Network.cpp:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147double Network::sigmoidePrime(double x) {
148 return exp(-x) / (pow(1 + exp(-x), 2));
149}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected