Package | Description |
---|---|
org.deeplearning4j.arbiter.optimize.generator.genetic.culling | |
org.deeplearning4j.arbiter.optimize.generator.genetic.population |
Modifier and Type | Class and Description |
---|---|
class |
LeastFitCullOperator
An elitist cull operator that discards the chromosomes with the worst fitness while keeping the best ones.
|
class |
RatioCullOperator
An abstract base for cull operators that culls back the population to a ratio of its maximum size.
|
Modifier and Type | Method and Description |
---|---|
PopulationModel.Builder |
PopulationModel.Builder.cullOperator(CullOperator cullOperator)
Use an alternate cull operator behavior.
|
Copyright © 2020. All rights reserved.