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
Code always creates a SimulacaoSequencial instance, which is unfit for cloud simulations.
It is unknown what kind of behavior is observed when simulating cloud models.
Models do seem to be parsed appropriately. However, a RedeDeFilas instance is always created.
This could be mitigated via the Grid-Cloud Unification milestone. With one RedeDeFilas and Simulacao class for all types of models, this wouldn't be a problem.
The text was updated successfully, but these errors were encountered:
Code always creates a
SimulacaoSequencial
instance, which is unfit for cloud simulations.It is unknown what kind of behavior is observed when simulating cloud models.
Models do seem to be parsed appropriately. However, a RedeDeFilas instance is always created.
This could be mitigated via the Grid-Cloud Unification milestone. With one
RedeDeFilas
andSimulacao
class for all types of models, this wouldn't be a problem.The text was updated successfully, but these errors were encountered: