Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 332 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 332 Bytes

Type Showdown

The goal is to use a genetic algorithm to determine the best type combinations.

The algorithm works by holding a tournament between 32 genes. The fitness function is determined by the number of wins by the number of agents it beat in a playoff competition.

TODO

  • Make ranking more accurate. Playoff style?