Optimizer: Difference between revisions

From SUMOwiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
== Optimizer ==
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 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.