Tips

From SUMOwiki
Revision as of 10:17, 13 March 2014 by Javdrher (talk | contribs)
Jump to navigationJump to search
  • 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'