Toolbox configuration: Difference between revisions
From SUMOwiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
== Sample Evaluators == | == Sample Evaluators == | ||
== Sample Selectors == | == Sample Selectors == | ||
=== 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". | |||
}} | |||
== Adaptive Model Builders == | == Adaptive Model Builders == |
Revision as of 14:34, 8 May 2007
Plan
ContextConfig
M3
Sample Evaluators
Sample Selectors
RandomSampleSelector
The RandomSampleSelector chooses its samples randomly.
Template:OptionsHeader Template:Option Template:Option