Last modified by teodoramisan on 2026/02/13 10:11

From version 76.1
edited by teodoramisan
on 2026/02/13 09:24
Change comment: There is no comment for this version
To version 75.1
edited by teodoramisan
on 2026/02/13 09:23
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -219,10 +219,8 @@
219 219  
220 220  === 6. Parallel simulations workflow ===
221 221  
222 -This example demonstrates **Parameter Space Exploration** (PSE) by running multiple TVB simulations in parallel for different parameter combinations.
222 +This example demonstrates Parameter Space Exploration (PSE) by running multiple TVB simulations in parallel for different parameter combinations. The workflow uses two nested ForEach components to iterate over coupling and conduction speed sets of values. For each (coupling, conduction_speed) pair, a simulation run is executed with the help of the RunParallelProcess component, which runs the workflow body in separate worker processes (using multiprocessing + dill).
223 223  
224 -The workflow uses two nested ForEach components to iterate over coupling and conduction speed sets of values. For each (coupling, conduction_speed) pair, a simulation run is executed with the help of the RunParallelProcess component, which runs the workflow body in separate worker processes (using multiprocessing + dill).
225 -
226 226  [[image:parallel-simulations.png||height="590" width="1100"]]
227 227  
228 228  
Public

TVB Widgets