You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created adapters to allow RealtimeSolver instances to run in simulated time.
Created MeasureableSolver and MeasureableRealtimeSolver interfaces that allows for measuring solver computation times.
Experiment now has an option to create composite tasks for use in distributed setting, this can improve throughput (by reducing number of messages sent) when runtime of a single simulation is relatively short while the total number of simulations is long.