From 68f604ad3a5ea054fd6368fc0a189ba9f7c150de Mon Sep 17 00:00:00 2001 From: Stefano Belletti <stefano.belletti@skywarder.eu> Date: Mon, 10 Feb 2025 13:35:39 +0100 Subject: [PATCH] RNG default --- simulator/configs/configFlags.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulator/configs/configFlags.m b/simulator/configs/configFlags.m index e46bbd6..5896a2b 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; -- GitLab