diff --git a/simulator/configs/configFlags.m b/simulator/configs/configFlags.m
index e46bbd6d6833720c14ec01da7c6ea2ce6e3d3360..5896a2b38922fb68ecbe3a72f3d0c3ecb2c6c11d 100644
--- a/simulator/configs/configFlags.m
+++ b/simulator/configs/configFlags.m
@@ -43,7 +43,7 @@ settings.flagMatr                =   false(settings.nmax, 6);
 settings.lastLaunchFlag = true; % LEAVE THIS TO TRUE UNLESS YOU KNOW WHAT YOU ARE DOING (other wise it won't stop if you set only ascent simulation)
 
 % ALGORITHM TUNING
-settings.tuning = false;                 % [-] True if you want to tune the algorithm (resets the random seed)
+settings.tuning = true;                 % [-] True if you want to tune the algorithm (resets the random seed)
 
 % Identification
 settings.identification = false;