More hyperparameters!
This commit is contained in:
@@ -9,7 +9,7 @@ const Hyperparams = {
|
||||
growableNeighbors: Neighbors.adjacent,
|
||||
|
||||
useGlobalMutability: false,
|
||||
globalMutability: 0,
|
||||
globalMutability: 5,
|
||||
|
||||
addProb: 33,
|
||||
changeProb: 33,
|
||||
@@ -18,6 +18,9 @@ const Hyperparams = {
|
||||
moversCanRotate: true,
|
||||
offspringRotate: true,
|
||||
|
||||
foodBlocksReproduction: true,
|
||||
moversCanProduce: false,
|
||||
|
||||
instaKill: false,
|
||||
|
||||
// calculates the optimal ratio where a producer cell is most likely to produce 1 food in its lifespan * a scalar of my choice :)
|
||||
|
||||
Reference in New Issue
Block a user