Skip to content
Snippets Groups Projects
Commit c1f71d2f authored by Michal Kravcenko's avatar Michal Kravcenko
Browse files

FIX: fixed an issue when the optimal weights are not set to the neural network

parent 36acbb81
No related branches found
No related tags found
No related merge requests found
......@@ -406,7 +406,8 @@ namespace lib4neuro {
// printf("%10.8f \n", (*this->p_min_glob)[i]);
// }
//
// this->f->eval( this->get_solution() );
ef.eval( this->get_parameters() );
delete centroid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment