// // in case given path has probability of 100% there is a need to reset the remaining instances
// // as this is standalone process path
// remainingInstances = numberOfAllInstances;
// }
}
f.runSimulation();
// @formatter:on
context.getRepository().getSimulationInfo().setEndTime(context.getMaxEndTime());
return context.getRepository();