Skip to content

Commit

Permalink
Added commented-out (for now) addition of new uniform addition/combin…
Browse files Browse the repository at this point in the history
…ation-and-deletion instructions to :uniform setting for autoconstruction.
  • Loading branch information
lspector committed Jan 28, 2017
1 parent dc6ec87 commit d898ef9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/clojush/args.clj
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,8 @@
genome_uniform_silence_mutation
genome_uniform_deletion
genome_uniform_addition
;genome_uniform_addition_and_deletion
;genome_uniform_combination_and_deletion
genome_alternation
genome_uniform_crossover)))]
(when (not (some #{instr} (:atom-generators @push-argmap)))
Expand Down Expand Up @@ -546,3 +548,4 @@




0 comments on commit d898ef9

Please sign in to comment.