Difference between revisions of "Tips"

From SUMOwiki
Jump to navigationJump to search
Line 10: Line 10:
  
 
* By default Matlab warnings are turned off.  To turn them on, either edit configure.m or type 'warning on' before running 'go'
 
* By default Matlab warnings are turned off.  To turn them on, either edit configure.m or type 'warning on' before running 'go'
 +
 +
* '''A blog''' covering related research can be found here [http://sumolab.blogspot.com/">http://sumolab.blogspot.com]

Revision as of 14:58, 18 August 2008

  • If you want to benchmark your computer for Matlab speed simply run "bench" in Matlab
  • By default Matlab only allocates about 117 MB memory space for the Java Virtual Machine. If you would like to increase this limit (which you should) please follow the instructions here. See also the general memory instructions here.
  • Remember that the Measure (and error function you use) strongly influence the quality and fit of the surrogate model. If you are unhappy with the final model, try a different Measure and/or error function.
  • By default Matlab warnings are turned off. To turn them on, either edit configure.m or type 'warning on' before running 'go'