I think that for some seed, the initialization, the initial creation of campaigns will create a state where our method GetCoordSimAccount or GetCoordSimAccountWithCampaignID are always unable to retrieve a coordinator or a campaign.
If this is the reason we should try to make these retriever methods more resilient.
This is not a high-priority since we can have good simulation results with other seeds
When using
seed = 50
for simulation testing, this is the result we get forcampaign
:I think that for some seed, the initialization, the initial creation of campaigns will create a state where our method
GetCoordSimAccount
orGetCoordSimAccountWithCampaignID
are always unable to retrieve a coordinator or a campaign.If this is the reason we should try to make these retriever methods more resilient.
This is not a high-priority since we can have good simulation results with other seeds