From a33a7547716aa75645e259dbd84113d286dbe3f9 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sat, 10 Apr 2021 23:06:06 +0900 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1544d7b..f3e72ed 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # lotto_genetic_algorithm Lotto prediction with Genetic Algorithm and Mersenne Twister (MT19937) + +## Latest wins! + * 958th: 2 (Prize: 10,000 Won + +## 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) + * [Riemann hypothesis](https://en.wikipedia.org/wiki/Riemann_hypothesis) + * [Genetic algorithmh](https://en.wikipedia.org/wiki/Genetic_algorithm)