Оновити 'raport.md'

This commit is contained in:
Serhii Hromov 2020-05-11 14:24:34 +00:00
parent 66040a6456
commit f7672ef7a5

View File

@ -61,13 +61,14 @@ Dane wyjściowe:
Główna część: Główna część:
gen_num = 20 #generations gen_num = 20 #generations
gen_sol = 6 #solutions gen_sol = 6 #solutions
gen_par_mating = 2 #how many solutions we select gen_par_mating = 2 #how many solutions we select
mut_per_gen = 10 mut_per_gen = 10
mut_num_gen = None mut_num_gen = None
par_selc_type = "tournament"
crossover = "two_points" crossover = "two_points"
muta_type = "scramble" muta_type = "scramble"
par_keep = 1 #keep only one parent par_keep = 1 #keep only one parent
@ -76,6 +77,7 @@ Główna część:
init_range_h = -5 #high init_range_h = -5 #high
... ...
### Biblioteki ### Biblioteki