For example you train parameter with
p=optimize(200,100,300)
now p is 120 in par file
change code to
p=optimize(200,150,300)
run test, par file is read
and value used for p is not 120 (I guess its 200, not sure, but
test result is definitely different)
this is confusing if assets are optimized separately and then combined.
Last edited by 512mb; 03/03/14 11:57.