global {
bool isBATCH <- false;
reflex stopSim when:not(isBATCH) and cycle>100{
do pause;
}
}
experiment xp {
init { write sample(isBATCH);}
}
experiment batchxp type:batch repeat:5 until:cycle>105 {
init { isBATCH <- true; }
}
--
You received this message because you are subscribed to the Google Groups "GAMA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gama-platfor...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/gama-platform/71d27c61-773a-436c-981f-2ab822aec66cn%40googlegroups.com.