model NewModel1
global {
init {
write " " + self + " - " + seed ;
}
}
experiment NewModel1 type: gui {
init {
create simulation number: 2 ;
}
}
NewModel1_model(0) - 0.6448361682289907
NewModel1_model(0) - 0.6448361682289907
NewModel1_model(1) - 0.6448361682289907
--
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 post to this group, send email to gama-p...@googlegroups.com.
Visit this group at https://groups.google.com/group/gama-platform.
For more options, visit https://groups.google.com/d/optout.
"If you run several simulations, you may want to use the same seed for
each one of those simulations (to compare the influence of a certain
parameter, in exactly the same conditions)." It seems normal experiment will create same-seed-simulations