From 34502a1eddc906517351a7f01fccab166875a898 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 2 Sep 2022 10:19:18 +0900 Subject: [PATCH] Update and rename main_special.py to test_showns.py --- main_special.py => test_showns.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename main_special.py => test_showns.py (95%) diff --git a/main_special.py b/test_showns.py similarity index 95% rename from main_special.py rename to test_showns.py index ef8ef49..589f36b 100644 --- a/main_special.py +++ b/test_showns.py @@ -1,14 +1,13 @@ # Lotto prediction with Genetic Algorithm and Mersenne Twister (MT19937) # Go Namhyeon # first created: 2021-04-04 -# last updated: 2022-05-26 +# last updated: 2022-09-02 # download excel data: https://dhlottery.co.kr/gameResult.do?method=byWin import math import random import pandas as pd import numpy as np -from geneticalgorithm2 import geneticalgorithm2 as ga cols = [13, 14, 15, 16, 17, 18, 19] # included bonus number df = pd.read_excel('excel.xlsx', skiprows=2, usecols=cols, names=[0, 1, 2, 3, 4, 5, 6])