lotto_genetic_algorithm/README.md

11 lines
543 B
Markdown
Raw Normal View History

2021-04-03 23:50:57 +00:00
# lotto_genetic_algorithm
2021-04-03 23:51:41 +00:00
Lotto prediction with Genetic Algorithm and Mersenne Twister (MT19937)
2021-04-10 14:06:06 +00:00
## Latest wins!
2021-04-10 14:06:16 +00:00
* 958th: 2 (Prize: 10,000 Won)
2021-04-10 14:06:06 +00:00
## 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)
2021-04-10 14:10:11 +00:00
* [Genetic algorithm](https://en.wikipedia.org/wiki/Genetic_algorithm)