Optimizer: Difference between revisions
From SUMOwiki
Jump to navigationJump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== Optimizer == | == Optimizer == | ||
The SUMO Toolbox contains a whole hierarchy of optimizers that can be used by several components (for instance the [[SampleSelector#InfillSamplingCriterion| InfillSamplingCriterion]]). | 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]]). | ||
A list of available optimizers is found in <code>src/matlab/tools/Optimizer</code>. | |||
If you want to add a new optimizer please see [[Add a new optimizer]]. | |||
Revision as of 16:36, 8 February 2009
Optimizer
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.