Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 482dd6b3 authored by snuverink_j's avatar snuverink_j
Browse files

fixing issue opt-pilot#17

parent 2c9ee7ab
No related branches found
No related tags found
No related merge requests found
......@@ -556,6 +556,7 @@ void FixedPisaNsga2<CO, MO>::runStateMachine() {
case Stop: {
// variator_m->population()->keepSurvivors(archive_);
dumpPopulationToFile();
dumpPopulationToJSON();
variator_m->population()->clean_population();
curState_m = VariatorStopped;
......
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