| Constructor and Description |
|---|
GeneticOptimizer() |
| Modifier and Type | Method and Description |
|---|---|
OptimizerOutput |
optimize(Network network,
Objective objective,
List<DesignVariable> designVariables,
Evidence fixedEvidence,
OptimizerOptions options)
Perform optimization of an objective (target).
|
public OptimizerOutput optimize(Network network, Objective objective, List<DesignVariable> designVariables, Evidence fixedEvidence, OptimizerOptions options)
optimize in interface Optimizernetwork - The Bayesian network.objective - The objective (target) to optimize.designVariables - The inputs to the optimizer and their settings.fixedEvidence - Optional evidence that should be fixed during optimization.options - Options for the optimization algorithm.Copyright © 2021. All rights reserved.