Uses of Interface
org.hipparchus.random.RandomVectorGenerator
Packages that use RandomVectorGenerator
Package
Description
Generally, optimizers are algorithms that will either
minimize or
maximize
a scalar function, called the
objective
function.Algorithms for optimizing a scalar function.
Random number and random data generators.
Various examples.
-
Uses of RandomVectorGenerator in org.hipparchus.optim
Constructors in org.hipparchus.optim with parameters of type RandomVectorGeneratorModifierConstructorDescriptionBaseMultiStartMultivariateOptimizer(BaseMultivariateOptimizer<P> optimizer, int starts, RandomVectorGenerator generator) Create a multi-start optimizer from a single-start optimizer. -
Uses of RandomVectorGenerator in org.hipparchus.optim.nonlinear.scalar
Constructors in org.hipparchus.optim.nonlinear.scalar with parameters of type RandomVectorGeneratorModifierConstructorDescriptionMultiStartMultivariateOptimizer(MultivariateOptimizer optimizer, int starts, RandomVectorGenerator generator) Create a multi-start optimizer from a single-start optimizer. -
Uses of RandomVectorGenerator in org.hipparchus.random
Classes in org.hipparchus.random that implement RandomVectorGeneratorModifier and TypeClassDescriptionclassARandomVectorGeneratorthat generates vectors with with correlated components.classImplementation of a Halton sequence.classImplementation of a Sobol sequence.classARandomVectorGeneratorthat generates vectors with uncorrelated components.classGenerate random vectors isotropically located on the surface of a sphere. -
Uses of RandomVectorGenerator in org.hipparchus.samples
Methods in org.hipparchus.samples with parameters of type RandomVectorGeneratorModifier and TypeMethodDescriptionLowDiscrepancyGeneratorComparison.makeCircle(int samples, RandomVectorGenerator generator) Generate points within a circle.LowDiscrepancyGeneratorComparison.makeRandom(int samples, RandomVectorGenerator generator) Generate points.