Difference between revisions of "Adaptive Modeling Mode"

From SUMOwiki
Jump to navigationJump to search
Line 1: Line 1:
 
It is possible to switch off sample selection and run the toolbox for a fixed set of samples, only optimizing the model parameters.  This is what we call running in Adaptive Modeling Mode.
 
It is possible to switch off sample selection and run the toolbox for a fixed set of samples, only optimizing the model parameters.  This is what we call running in Adaptive Modeling Mode.
  
You can switch off adaptive sample selection if you simply do not specify a <SampleSelector> tag in your configuration file.  Just remove it.  In this case all the available data will be used and only adaptive modeling will be done.  There are two possibilities:
+
You can switch off adaptive sample selection if you simply do not specify a <SampleSelector> tag in your configuration file.  Just remove it from the <Plan> sectionWhen you then run the toolbox, all the available data will be used and only adaptive modeling will be done.  There are two possibilities:
  
 
#Your simulator is a dataset: the whole dataset will be read in one go and all of the data therein will be used for modeling
 
#Your simulator is a dataset: the whole dataset will be read in one go and all of the data therein will be used for modeling

Revision as of 15:56, 10 March 2009

It is possible to switch off sample selection and run the toolbox for a fixed set of samples, only optimizing the model parameters. This is what we call running in Adaptive Modeling Mode.

You can switch off adaptive sample selection if you simply do not specify a <SampleSelector> tag in your configuration file. Just remove it from the <Plan> section. When you then run the toolbox, all the available data will be used and only adaptive modeling will be done. There are two possibilities:

  1. Your simulator is a dataset: the whole dataset will be read in one go and all of the data therein will be used for modeling
  2. Your simulator is an executable or Matlab script: only the initial design will be generated and used for adaptive modeling, no further samples will be selected.

This is useful if you just want to see what the best model is you can get for a fixed dataset in a certain amount of time.