Uses of Interface
org.uma.jmetal.util.pseudorandom.PseudoRandomGenerator
Packages that use PseudoRandomGenerator
Package
Description
-
Uses of PseudoRandomGenerator in org.uma.jmetal.operator.mutation.impl
Constructors in org.uma.jmetal.operator.mutation.impl with parameters of type PseudoRandomGeneratorModifierConstructorDescriptionGroupedAndLinkedPolynomialMutation(double distributionIndex, RepairDoubleSolution solutionRepair, PseudoRandomGenerator randomGenerator, CollectionGrouping<List<Double>> variableGrouping) ConstructorGroupedPolynomialMutation(double distributionIndex, RepairDoubleSolution solutionRepair, PseudoRandomGenerator randomGenerator, CollectionGrouping<List<Double>> variableGrouping) Constructor -
Uses of PseudoRandomGenerator in org.uma.jmetal.util.pseudorandom
Methods in org.uma.jmetal.util.pseudorandom that return PseudoRandomGeneratorMethods in org.uma.jmetal.util.pseudorandom with parameters of type PseudoRandomGeneratorModifier and TypeMethodDescriptionvoidJMetalRandom.setRandomGenerator(PseudoRandomGenerator randomGenerator) -
Uses of PseudoRandomGenerator in org.uma.jmetal.util.pseudorandom.impl
Classes in org.uma.jmetal.util.pseudorandom.impl that implement PseudoRandomGeneratorModifier and TypeClassDescriptionclassAnAuditableRandomGeneratoris aPseudoRandomGeneratorwhich can be audited to know when a random generation method is called.classExtended pseudo random number generator based on the decorator pattern.classclassclassConstructors in org.uma.jmetal.util.pseudorandom.impl with parameters of type PseudoRandomGeneratorModifierConstructorDescriptionAuditableRandomGenerator(PseudoRandomGenerator generator) ExtendedPseudoRandomGenerator(PseudoRandomGenerator randomGenerator)