Skip to content
Snippets Groups Projects
Commit 59f1d57b authored by BrunoDatoMeneses's avatar BrunoDatoMeneses
Browse files

ADD: launchers with external sources

parent 7aa1f135
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ public class PARAMS { ...@@ -105,7 +105,7 @@ public class PARAMS {
public static int normType = 2 ; public static int normType = 2 ;
/* EXPLORATION */ /* EXPLORATION */
public static boolean continousExploration = true; public static boolean continousExploration = false;
public static boolean randomExploration = !continousExploration; public static boolean randomExploration = !continousExploration;
public static boolean limitedToSpaceZone = true; public static boolean limitedToSpaceZone = true;
public static double explorationIncrement = 2.0 ; public static double explorationIncrement = 2.0 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment