Optimizer: Difference between revisions
From SUMOwiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 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 | 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 Algorithm|Model Builder]]). | ||
A list of available optimizers is found in <code>src/matlab/tools/Optimizer</code>. | 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]]. | If you want to add a new optimizer please see [[Add a new optimizer]]. |
Revision as of 16: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.