Uses of Class
Optimizers.GoldenSection.ProgressLevel

Packages that use GoldenSection.ProgressLevel
Optimizers Provides classes for optimising a likelihood. 
 

Uses of GoldenSection.ProgressLevel in Optimizers
 

Methods in Optimizers that return GoldenSection.ProgressLevel
static GoldenSection.ProgressLevel GoldenSection.ProgressLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GoldenSection.ProgressLevel[] GoldenSection.ProgressLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in Optimizers with parameters of type GoldenSection.ProgressLevel
GoldenSection(double rigor, GoldenSection.ProgressLevel progresslevel)
          Constructor which allows a user defined rigor and output level
GoldenSection(GoldenSection.ProgressLevel progresslevel)
          Constrcutor which allows a user define output level