pub const ANN_MLP_UPDATE_WEIGHTS: i32 = 1;
Update the network weights, rather than compute them from scratch. In the latter case the weights are initialized using the Nguyen-Widrow algorithm.