Difference between revisions of "Optimizer"
From SUMOwiki
Jump to navigationJump to searchLine 1: | Line 1: | ||
− | |||
− | |||
The SUMO Toolbox contains a whole hierarchy of optimizers that can be used by several components (for instance the [[SampleSelector#InfillSamplingCriterion| InfillSamplingCriterion]] or the [[Add Modeling Algorthm|Model Builder]]). | The SUMO Toolbox contains a whole hierarchy of optimizers that can be used by several components (for instance the [[SampleSelector#InfillSamplingCriterion| InfillSamplingCriterion]] or the [[Add Modeling Algorthm|Model Builder]]). | ||
Revision as of 17:36, 8 February 2009
The SUMO Toolbox contains a whole hierarchy of optimizers that can be used by several components (for instance the InfillSamplingCriterion or the Model Builder).
A list of available optimizers is found in src/matlab/tools/Optimizer
.
If you want to add a new optimizer please see Add a new optimizer.