Added gitignore among other things

This commit is contained in:
MitchellHansen
2016-11-25 20:23:30 -08:00
parent 9e375e97a4
commit 3a937d2ecb
9 changed files with 339 additions and 70 deletions

View File

@@ -59,7 +59,10 @@ public:
global_best_solution = best_solution;
}
}
return func.compute(global_best_solution);
};
};