More hyperparameters!

This commit is contained in:
MaxRobinsonTheGreat
2020-07-20 14:03:16 -06:00
parent 3e137499f7
commit c94e137ae4
8 changed files with 369 additions and 35 deletions

View File

@@ -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 :)