Tips

From SUMOwiki
Revision as of 18:20, 17 March 2014 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • 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'.
  • More information on how to run the SUMO toolbox on a cluster/grid with no Matlab installation can be found here.
  • Some helpful scripts to run SUMO on a SGE (sun grid) cluster is here.