Launchers Module Documentation

Visual

soba.launchers.visual.run(model, parameters, visual, back=False)[source]
Execute the simulation with visual representation.
Args:
parameters: Parameters associated with the simulation model and others such as grid size. model: Model that is simulated. visual: JS files with the visualization elements that are included in the JavaScript browser visualization template. back: Python file working as backend visualization.