default food prod prob set to 5 from 4

This commit is contained in:
Max Robinson
2021-12-02 17:26:31 -06:00
parent baadda8a75
commit 77a8b0530b

View File

@@ -5,8 +5,7 @@ const Hyperparams = {
this.headless = false; this.headless = false;
this.lifespanMultiplier = 100; this.lifespanMultiplier = 100;
this.foodProdProb = 4; this.foodProdProb = 5;
this.foodProdProbScalar = 4;
this.killableNeighbors = Neighbors.adjacent; this.killableNeighbors = Neighbors.adjacent;
this.edibleNeighbors = Neighbors.adjacent; this.edibleNeighbors = Neighbors.adjacent;
this.growableNeighbors = Neighbors.adjacent; this.growableNeighbors = Neighbors.adjacent;