Package | Description |
---|---|
org.deeplearning4j.arbiter.optimize.generator.genetic.crossover |
Modifier and Type | Method and Description |
---|---|
ArithmeticCrossover.Builder |
ArithmeticCrossover.Builder.crossoverRate(double rate)
The probability that the operator generates a crossover (default 0.85).
|
ArithmeticCrossover.Builder |
ArithmeticCrossover.Builder.parentSelection(TwoParentSelection parentSelection)
The parent selection behavior.
|
ArithmeticCrossover.Builder |
ArithmeticCrossover.Builder.randomGenerator(org.apache.commons.math3.random.RandomGenerator rng)
Use a supplied RandomGenerator
|
Copyright © 2020. All rights reserved.