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
Currently, BmModel cannot be used for a simulation. The reason is, that the BmModel does not have a Factory method and is not considered in the method GridAgentBuilder.buildParticipantActor.
With this issue the missing functionality to initialize a ParticipantAgent with a BmModel should be added.
The text was updated successfully, but these errors were encountered:
Currently,
BmModel
cannot be used for a simulation. The reason is, that theBmModel
does not have aFactory
method and is not considered in the methodGridAgentBuilder.buildParticipantActor
.With this issue the missing functionality to initialize a
ParticipantAgent
with aBmModel
should be added.The text was updated successfully, but these errors were encountered: