Revision a188ec8f7f734deb0439e8a1fce33e96b744e333 authored by Lee Spector on 23 June 2018, 18:11:56 UTC, committed by Lee Spector on 23 June 2018, 18:11:56 UTC
1 parent e2c74e2
Raw File
myruns
#!/bin/bash
for i in {1..20}
do
lein run clojush.problems.boolean.mux-6 :genetic-operator-probabilities "{:alternation 0.45 :uniform-mutation 0.45 :genesis 0.1}" :age-mediated-parent-selection "[0.05 0.5]" :age-combining-function :proportionate :report-simplifications 0
done
back to top