Skip to content
Snippets Groups Projects
Commit f1cc8164 authored by Martin Beseda's avatar Martin Beseda
Browse files

FIX: Fixed Particle swarm method

parent d561eaa5
No related branches found
No related tags found
No related merge requests found
...@@ -408,6 +408,7 @@ namespace lib4neuro { ...@@ -408,6 +408,7 @@ namespace lib4neuro {
// //
// this->f->eval( this->get_solution() ); // this->f->eval( this->get_solution() );
ef.eval( this->get_parameters() );
delete centroid; 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