Difference between revisions of "Tips"

From SUMOwiki
Jump to navigationJump to search
Line 8: Line 8:
  
 
* 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'
 +
 +
* The site [http://www.spacefillingdesigns.nl/ http://www.spacefillingdesigns.nl/] contains precalculated experimental designs you can (and should!) use with SUMO. You can use them as part of a [[Config:InitialDesign|dataset initial design]].
  
 
* '''A blog''' covering related research can be found here [http://sumolab.blogspot.com/ http://sumolab.blogspot.com]
 
* '''A blog''' covering related research can be found here [http://sumolab.blogspot.com/ http://sumolab.blogspot.com]

Revision as of 15:26, 2 April 2009

  • If you want to benchmark your computer for Matlab speed simply run "bench" in Matlab
  • 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. See also Multi-Objective Modeling.
  • By default Matlab warnings are turned off. To turn them on, either edit configure.m or type 'warning on' before running 'go'