Difference between revisions of "Tips"
From SUMOwiki
Jump to navigationJump to searchLine 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.
- You can switch off adaptive sample selection if you do not specify a <SampleSelector> tag. See Adaptive Modeling Mode.
- 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.
- The Matlab Neural Network Toolbox is very slow! Try to avoid using CrossValidation, but use a ValidationSet instead (see the FAQ entry).
- 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