{
"Name": "vstripes",
"WorldDx": 100,
"WorldDy": 100,
"WorldEdgeStrategy": "Wrap",
"CycleLength": 200,
"OrganismCount": 200,
"RulesType": "Neighborhood_VonNeumann",
"FitnessType": "VStripes",
"PairingType": "Prom",
"LastFitnessWeight": 0.25,
"ReproductionParams": {
"MaxCrossovers": 5,
"MinMutationRate": 0.05,
"MaxMutationRate": 0.1
},
"PopWriter": {
"BasePath": "/tmp/evolution",
"RulesFileNameFormat": "rules-%03d-%s.bin",
"TopRulesCount": 5,
"IndexFileName": "index.html",
"ConfigFileName": "config.json",
"PopulationFileNameFormat": "population-%03d.html",
"OrganismFileNameFormat": "organism-%s.html",
"CsvFileName": "metrics.csv",
"PopulationTemplate": "@population.html.tmpl",
"PopulationColumns": 8,
"OrganismPrefixTemplate": "@organism-prefix.html.tmpl",
"OrganismSuffixTemplate": "@organism-suffix.html.tmpl",
"OrganismColumns": 8,
"OrganismDivTemplate": "@organismDiv.html.tmpl",
"IndexTemplate": "@index.html.tmpl"
}
}