Uses of Interface
com.bayesserver.optimization.OptimizerOptions
-
Packages that use OptimizerOptions Package Description com.bayesserver.optimization -
-
Uses of OptimizerOptions in com.bayesserver.optimization
Classes in com.bayesserver.optimization that implement OptimizerOptions Modifier and Type Class Description class
GeneticOptimizerOptions
Options governing the behaviour of thecom.bayesserver.optimization.genetic.GeneticOptimizer
algorithm.class
GeneticOptionsBase
Base class for common Genetic algorithm options.class
GeneticSimplificationOptions
Options for the genetic simplifcation algorithm.Methods in com.bayesserver.optimization with parameters of type OptimizerOptions 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).
-