]> AND Private Git Repository - loba.git/blobdiff - options.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Define class statistics for computing sum, mean, and standard deviation.
[loba.git] / options.cpp
index 89f8b18eb3287b5afd0d95ddf5c226b44de4d685..fd9da4eb8b05dd0b3d1d0f0246dac670ee3a1422 100644 (file)
@@ -53,11 +53,10 @@ namespace opt {
     double min_iter_duration = 1.0;
 
     // Parameters for the end of the simulation
-    // fixme: find better defaults
-    unsigned lb_maxiter = 10;
+    unsigned lb_maxiter = 0;
     unsigned comp_maxiter = 0;
     double time_limit = 0;
-    bool exit_on_close = false;
+    bool exit_on_close = true;
 
     // Named parameters lists
     loba_algorithms_type loba_algorithms;