| Interface | Description |
|---|---|
| Optimizer |
Interface required by optimization algorithms.
|
| OptimizerOptions |
Optimizer options that are common across all algorithms.
|
| OptimizerOutput |
Contains output common to optimization algorithms.
|
| OptimizerProgress |
Interface to provide progress information during optimization.
|
| OptimizerProgressInfo |
Interface to provide progress information during optimization.
|
| Class | Description |
|---|---|
| DesignState |
An input to the optimization algorithm.
|
| DesignVariable |
Specifies on or more inputs to the optimization algorithm.
|
| GeneticOptimizer |
A genetic algorithm optimizer.
|
| GeneticOptimizerOptions |
Options governing the behaviour of the
BayesServer.Optimization.Genetic.GeneticOptimizer algorithm. |
| GeneticOptimizerOutput |
Contains the results from the genetic optimization algorithm.
|
| GeneticOptimizerProgressInfo |
Contains progress information sent from the genetic optimization algorithm.
|
| GeneticOptionsBase |
Base class for common Genetic algorithm options.
|
| GeneticSimplification |
An algorithm that attempts to simply the evidence found by an optimizer.
|
| GeneticSimplificationOptions |
Options for the genetic simplifcation algorithm.
|
| GeneticSimplificationOutput |
Contains the results from the genetic simplifcation algorithm.
|
| GeneticTerminationOptions |
Termination options for the genetic optimization algorithm.
|
| Objective |
Defines the target variable or state that you wish to maximize or minimize.
|
| OptimizationWarning |
A warning generated by an optimization algorithm
|
| Enum | Description |
|---|---|
| DesignEvidenceKind |
The type of evidence the optimizer should use.
|
| ObjectiveKind |
The type of optimization to carry out, such as Minimization or Maximization.
|
Copyright © 2021. All rights reserved.