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 classGeneticOptimizerOutputContains the results from the genetic optimization algorithm.classGeneticSimplificationOutputContains the results from the genetic simplifcation algorithm.Methods in com.bayesserver.optimization that return OptimizerOutput Modifier and Type Method Description OptimizerOutputGeneticOptimizer. optimize(Network network, Objective objective, List<DesignVariable> designVariables, Evidence fixedEvidence, OptimizerOptions options)Perform optimization of an objective (target).OptimizerOutputGeneticSimplification. optimize(Network network, Objective objective, List<DesignVariable> designVariables, Evidence fixedEvidence, OptimizerOptions options)Perform optimization of an objective (target).OptimizerOutputOptimizer. optimize(Network network, Objective objective, List<DesignVariable> designVariables, Evidence fixedEvidence, OptimizerOptions options)Perform optimization of an objective (target).
-