Оновити '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ęść:
gen_num = 20 #generations
gen_num = 20 #generations
gen_sol = 6 #solutions
gen_par_mating = 2 #how many solutions we select
mut_per_gen = 10
mut_num_gen = None
par_selc_type = "tournament"
crossover = "two_points"
muta_type = "scramble"
par_keep = 1 #keep only one parent
@ -77,6 +78,7 @@ Główna część:
...
### Biblioteki
* concepts