Changes between Version 17 and Version 18 of ModelConvInst
- Timestamp:
- Nov 23, 2015 1:14:59 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModelConvInst
v17 v18 146 146 **Brief help for the comparison script can be obtained by just running ./compare.sh** 147 147 148 Run 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 154 and for 2d calculations: 155 156 {{{ 157 ./multi_compare.sh modelname 10 -2d32 0 158 }}} 159 160 The 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 148 162 Now run the unit tests that you have added: 149 163