aferritto / TGT

TGT Generates Terrain; Terrain Generation via Machine Learning
GNU General Public License v3.0
2 stars 1 forks source link

Decrease Determinism #34

Closed aferritto closed 6 years ago

aferritto commented 6 years ago

Partial completion of #29.

This pull request removes a good deal of reliance on perlin noise. Perlin noise is now only used in initialization. As a result, after initialization, each generation runs much quicker than before.

This pull request also increases the amount of randomness used in the mutate in breed functions, with the intent of speeding up the evolution process.