Parcourir la source

try different train every param

Jérôme BUISINE il y a 3 ans
Parent
commit
ee1680d08f
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      run_surrogate_rendering.sh

+ 2 - 2
run_surrogate_rendering.sh

@@ -1,13 +1,13 @@
 #! /bin/bash
 
 # default param
-ILS=10000
+ILS=2000
 LS=100
 SS=50
 LENGTH=32 # number of features
 POP=100
 ORDER=2
-TRAIN_EVERY=50
+TRAIN_EVERY=10
 
 
 #output="rendering-attributes-ILS_${ILS}-POP_${POP}-LS_${LS}-SS_${SS}-SO_${ORDER}-SE_${TRAIN_EVERY}"