void fann_randomize_weights(resource ann, float minimum, float maximum);
fann_randomize_weights
will randomize the weights of all neurons in
ann, effectively resetting the network.
See also: Adjusting Parameters,
fann_init_weights
This function appears in FANN-PHP >= 0.1.0.