Revision 0d8b988a3cdb93ac9e0ce7f2d24e13633167d576 authored by Tom Helmuth on 01 August 2018, 03:21:00 UTC, committed by Tom Helmuth on 01 August 2018, 03:21:00 UTC
1 parent 6c15ea7
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