task¶
from inet.simulation
This module provides abstractions for simulation tasks and their results.
Functions
Cleans the results folders for the simulation configs matching the provided filter criteria. |
|
Returns multiple simulation tasks matching the filter criteria. |
|
Runs one or more simulations that match the provided filter criteria. |
Classes
Represents multiple simulation tasks that can be run together. |
|
Represents a simulation task that can be run as a separate process or in the process where Python is running. |
|
Represents a simulation task result that is collected when a simulation task is run. |