net_inputs.h


Neural Net for supported positions types. Each function is actually in the file for that specific net, but since those files are generated by net_to_c.tcl, I choose to put the prototypes here.

const NeuralNet* bearoffGetNet(void)

const NeuralNet* raceGetNet(void)

const NeuralNet* contactGetNet(void)

const NeuralNet* crashedGetNet(void)


Neural Net input generators for supported positions types.

void bearoffGetInputs(BG::Board const& b, float* inputs)

void raceGetInputs(BG::Board const& b, float* inputs)

void contactGetInputs(BG::Board const& b, float* inputs)

void crashedGetInputs(BG::Board const& b, float* inputs)