Explorar o código

Greater exploration range of corr_len and seed for the server

moritz %!s(int64=4) %!d(string=hai) anos
pai
achega
2cec11c91f

+ 8 - 3
scripts/spatial_network/run_entropy_maximisation_orientation_map.py

@@ -171,13 +171,18 @@ if __name__ == "__main__":
     traj.f_add_parameter_group("simulation")
     traj.f_add_parameter("simulation.entropy_maximisation.steps", 30, comment="Steps for entropy maximisation")
     traj.f_add_parameter("simulation.dt", 0.1, comment="Network simulation time step in ms")
-    traj.f_add_parameter("simulation.duration", 600, comment="Network simulation duration in ms")
+    traj.f_add_parameter("simulation.duration", 1000, comment="Network simulation duration in ms")
+
+    correlation_length_range = np.linspace(0.0,400.0,30)
+    # correlation_length_range = [150.0,200.0]
+    seed_range = range(15)
+    # seed_range = [1,2]
 
     ellipsoid_parameter_exploration = {
         "morphology.long_axis": [100.0],
         "morphology.short_axis": [25.0],
-        "orientation_map.correlation_length": [150.0,200.0],
-        "orientation_map.seed": [1,2],
+        "orientation_map.correlation_length": correlation_length_range,
+        "orientation_map.seed": seed_range,
         "synapse.inhibitory": [30],
         "synapse.excitatory": [1]
         # "orientation_map.correlation_length": np.arange(0.0, 200.0, 50).tolist()