//File in15_006.txt //**MixAbility;**// 0.01 //**ColonyNo: the # of colonies in one season;**// 10 //**Seasons: the # of seasons;**// 500 //**MaxCellNo: the maximum cell # in one colony;**// 9000000 //**SporeNo: the # of spores in a fruiting body; **// 200000 //**MutantMove: the fraction of mutants that will expand to adjacent grid cells;**// 0.006 //**WildMove: the fraction of Wild type bacteria that will expand to adjacent grid cells;**// 0.024 //**DieCell(not currently used);**// 0.0 //**GrowFast: the fraction by which mutants grow faster than wild-type bacteria; **// 0.015 //**the square root of BlockCellNo(the number of grid cells in one block);**// 10 //**WildAutolysisRate: the autolysis rate necessary for sporulation;**// 0.8 //**MutantAutoLysisRate: the autolysis rate of mutants;**// 0.4 //**MutantRate: the mutantation rate;**// 0.000001 //**Germination: the fraction of spores that spores could germinate;**// 0.05 //**Gen_mean: the mean number of generations in one senson**// 1000 //**Gen_var: the standard deviation of generations in one season 0.25