Help text

This commit is contained in:
Sarah Jamie Lewis 2019-08-10 20:17:29 -07:00
parent 653a0b4bd2
commit 7ab3273f89
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ var height = flag.Int("height", 300, "height of environment")
var pxsize = flag.Int("pxsize", 1, "pixels per tile edge")
var numTurtles = flag.Int("numTurtles", 5000, "number of turtles")
var prob = flag.Float64("distribution", .51, "number of turtles")
var prob = flag.Float64("distribution", .51, "drives the probability of color assignment of turtles in consensus models, closer to .5 results in more even assignment, closer to 0 or 1 biases in favor of a color.")
func main() {