######################################## ######################################## # copy_params.cmd - fill static params with live values ######################################## set save_cwd = `execute("oppwf")` # note where we were opcf /ch/evolve opparm static value0 ( `chop("live/pop_size")` ) value1 ( `chop("live/mu_rate")` ) value2 ( `chop("live/mu_amt")` ) value3 ( `chop("live/base_seed")` ) value4 ( `chop("live/xover_rate")` ) value5 ( `chop("live/elitism")` ) value6 ( `chop("live/grid_sep")` ) opcf $save_cwd # back to where we were before we got here ######################################## ########################################