We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c2098 commit 340e307Copy full SHA for 340e307
test/rastrigin.jl
@@ -38,7 +38,7 @@
38
test_result(result, fitness, N, 1e-1)
39
40
# Testing: GA
41
- selections = [roulette, sus, ranklinear(1.5)]
+ selections = [roulette, sus, ranklinear(1.5), rankuniform, tournament(4)]
42
crossovers = [discrete, intermediate(0.), intermediate(0.25), line(0.2)]
43
mutations = [domainrange(fill(0.5,N)), domainrange(fill(1.0,N))]
44
0 commit comments