mldxo / uav-collision-avoidance

Python project regarding implementation of two UAVs physics and collision detection/avoidance simulation.
https://mldxo.github.io/uav-collision-avoidance
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Parallel simulations #18

Open mldxo opened 4 months ago

mldxo commented 4 months ago

Problem Singular simulation is created implementing Singleton design pattern. No multiple tests are possible.

Solution Solution object should be redesigned to optimize testing performance and parallel runs of multiple simulations