lotto_genetic_algorithm/README.md
2022-04-18 20:02:48 +09:00

13 lines
677 B
Markdown

# lotto_genetic_algorithm
Lotto prediction with Genetic Algorithm and Mersenne Twister (MT19937)
## Latest wins!
* 958th: 2 (Prize: 10,000 Won, Timestamp: 2021-04-10)
* 994th: 1 (Prize: 5,000 Won, Timestamp: 2021-12-18)
* 1011th: 1 (Prize: 5,000 Won, Timestamp: 2022-04-16)
## Theory
* [Combining Probabilities with “And” and “Or”](https://math.libretexts.org/Bookshelves/Applied_Mathematics/Book%3A_College_Mathematics_for_Everyday_Life_(Inigo_et_al)/03%3A_Probability/3.02%3A_Combining_Probabilities_with_And_and_Or)
* [Mersenne prime](https://en.wikipedia.org/wiki/Mersenne_prime)
* [Genetic algorithm](https://en.wikipedia.org/wiki/Genetic_algorithm)