Package | Description |
---|---|
Optimizers |
Provides classes for optimising a likelihood.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
GoldenSection(double rigor,
GoldenSection.ProgressLevel progresslevel)
Constructor which allows a user defined rigour and output level
|
GoldenSection(GoldenSection.ProgressLevel progresslevel)
Constructor which allows a user define output level
|