Namespace BayesServer.Optimization
Classes
DesignState
An input to the optimization algorithm.
DesignVariable
Specifies on or more inputs to the optimization algorithm.
Objective
Defines the target variable or state that you wish to maximize or minimize. Can be a function.
OptimizationWarning
A warning generated by an optimization algorithm
Interfaces
IOptimizer
Interface required by optimization algorithms.
IOptimizerOptions
Optimizer options that are common across all algorithms.
IOptimizerOutput
Contains output common to optimization algorithms.
IOptimizerProgress
Interface to provide progress information during optimization.
IOptimizerProgressInfo
Interface to provide progress information during optimization.
Enums
DesignEvidenceKind
The type of evidence the optimizer should use.
ObjectiveKind
The type of optimization to carry out, such as Minimization or Maximization.