Searched refs:best_W1 (Results 1 – 1 of 1) sorted by relevance
232 double *W0, *W1, *best_W0, *best_W1; in mlp_train_backprop() local256 best_W1 = net->best_weights[1]; in mlp_train_backprop()334 best_W1[i] = W1[i]; in mlp_train_backprop()355 W1[i] = best_W1[i]; in mlp_train_backprop()