Difference between revisions of "Toolbox configuration"

From SUMOwiki
Jump to navigationJump to search
m (XMLConfig moved to Toolbox configuration: Use a more user-friendly title and adapt to the new menu structure)
 
Line 2: Line 2:
 
== ContextConfig ==
 
== ContextConfig ==
 
== M3 ==
 
== M3 ==
== SampleEvaluator ==
+
== Sample Evaluators ==
== SampleSelector ==
+
== Sample Selectors ==
 
+
== Adaptive Model Builders ==
=== RandomSampleSelector ===
 
 
 
The RandomSampleSelector chooses its samples randomly.
 
 
 
{{OptionsHeader}}
 
{{Option
 
|name        = "minSamples"
 
|values      = positive integer
 
|default    = 0
 
|req        = no
 
|description = The minimum amount of new samples that will be evaluated. Has to be smaller than "maxSamples".
 
}}
 
{{Option
 
|name        = "maxSamples"
 
|values      = positive integer
 
|default    = 5
 
|req        = no
 
|description = The maximum amount of new samples that will be evaluated. Has to be larger than "minSamples".
 
}}
 
 
 
== AdaptiveModelBuilder ==
 

Revision as of 16:34, 8 May 2007

Plan

ContextConfig

M3

Sample Evaluators

Sample Selectors

Adaptive Model Builders