Changes between Version 17 and Version 18 of ModelConvInst


Ignore:
Timestamp:
Nov 23, 2015 1:14:59 AM (8 years ago)
Author:
pkienzle
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ModelConvInst

    v17 v18  
    146146**Brief help for the comparison script can be obtained by just running ./compare.sh** 
    147147 
     148Run a number of random parameter sets through your model to make sure that your default values aren't special: 
     149 
     150{{{ 
     151./multi_compare.sh modelname 100 -1d100 0 
     152}}} 
     153 
     154and for 2d calculations: 
     155 
     156{{{ 
     157./multi_compare.sh modelname 10 -2d32 0 
     158}}} 
     159 
     160The output is a comma separated value text which you can view with a spreadsheet program.  Broken values (those which differ by more than 1e-14) are shown along with a random seed.  You can reproduce these parameters in compare.sh using -random=SEED. 
     161 
    148162Now run the unit tests that you have added: 
    149163