Uses of Interface
Optimizers.Optimizer

Packages that use Optimizer
Optimizers Provides classes for optimising a likelihood. 
Simulations Provides a class to create simulate data. 
 

Uses of Optimizer in Optimizers
 

Classes in Optimizers that implement Optimizer
 class GoldenSection
          Implements a golden section search for parameter optimisation.
 class NelderMead
          Implements Nelder-Mead parameter optimization.
 

Uses of Optimizer in Simulations
 

Constructors in Simulations with parameters of type Optimizer
HypothesisTest(Model nullModel, Model altModel, Constrainer nullConstrainer, Constrainer altConstrainer, Optimizer o, int reps)
          Constructor for use when one or both of the null hypothesis and alternative hypothesis have constraints.
HypothesisTest(Model nullModel, Model altModel, Optimizer o, int reps)
          Constructor for use when neither the null hypothesis and alternative hypothesis have constraints.