dannyhammer / TwoPlayerGames

Undergraduate research into the mechanics of simple two-player games.
3 stars 2 forks source link

Implement a genetic algorithm to introduce randomness in between generations of our players #56

Closed dannyhammer closed 3 years ago

OkelleyDevelopment commented 3 years ago

We have implemented the ability to introduce randomness in our generations of players if the given population_size threshold is not met. Therefore, this is issue is resolved.