public interface Optimizer
| 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).
|
OptimizerOutput optimize(Network network, Objective objective, List<DesignVariable> designVariables, Evidence fixedEvidence, OptimizerOptions options)
network - 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.