Uses of Interface
com.bayesserver.optimization.OptimizerOutput
-
Packages that use OptimizerOutput Package Description com.bayesserver.optimization -
-
Uses of OptimizerOutput in com.bayesserver.optimization
Classes in com.bayesserver.optimization that implement OptimizerOutput Modifier and Type Class Description class
GeneticOptimizerOutput
Contains the results from the genetic optimization algorithm.class
GeneticSimplificationOutput
Contains the results from the genetic simplifcation algorithm.Methods in com.bayesserver.optimization that return OptimizerOutput Modifier and Type Method Description OptimizerOutput
GeneticOptimizer. optimize(Network network, Objective objective, List<DesignVariable> designVariables, Evidence fixedEvidence, OptimizerOptions options)
Perform optimization of an objective (target).OptimizerOutput
GeneticSimplification. optimize(Network network, Objective objective, List<DesignVariable> designVariables, Evidence fixedEvidence, OptimizerOptions options)
Perform optimization of an objective (target).OptimizerOutput
Optimizer. optimize(Network network, Objective objective, List<DesignVariable> designVariables, Evidence fixedEvidence, OptimizerOptions options)
Perform optimization of an objective (target).
-