Skip to content

Commit

Permalink
fix copy and paste bug in recombinator test (OX operator now covered …
Browse files Browse the repository at this point in the history
…by test)
  • Loading branch information
jakobbossek committed Aug 11, 2015
1 parent 7982836 commit 936407b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_recombinators.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test_that("recombinators for permutations work as expected", {
expected = seq(n) # sequence we expect offspring to be a permutation of

# check validity of produced output for each permutation-based recombinator
available.recombinators = c(makePMXRecombinator, makePMXRecombinator)
available.recombinators = c(makePMXRecombinator, makeOXRecombinator)
for (recombinatorGenerator in available.recombinators) {
recombine = recombinatorGenerator()
# generate sample permutations
Expand Down

0 comments on commit 936407b

Please sign in to comment.