Package boofcv.struct
Class ConfigGeneratorRandom<Config extends Configuration>
java.lang.Object
boofcv.struct.ConfigGenerator<Config>
boofcv.struct.ConfigGeneratorRandom<Config>
Implementation of
ConfigGenerator
that randomly samples each parameter using a uniform distribution-
Field Summary
Fields inherited from class boofcv.struct.ConfigGenerator
configCurrent, configurationBase, parameters, rand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnext()
Generates the next config and returns it.Provides more configuration info over default.Methods inherited from class boofcv.struct.ConfigGenerator
assignValue, checkPath, getConfiguration, getNumberOfStates, getValue, hasNext, initialize, rangeOfFloats, rangeOfIntegers, setOfEnums, setOfFloats, setOfIntegers, toStringState
-
Constructor Details
-
ConfigGeneratorRandom
-
-
Method Details
-
toStringSettings
Provides more configuration info over default.- Overrides:
toStringSettings
in classConfigGenerator<Config extends Configuration>
-
next
Description copied from class:ConfigGenerator
Generates the next config and returns it. Each call will return a new instance of Config- Specified by:
next
in classConfigGenerator<Config extends Configuration>
- Returns:
- New instance of the next Config variant.
-