Package | Description |
---|---|
Optimizers |
Provides classes for optimising a likelihood.
|
Modifier and Type | Method and Description |
---|---|
static NelderMead.DebugLevel |
NelderMead.DebugLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NelderMead.DebugLevel[] |
NelderMead.DebugLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NelderMead(NelderMead.DebugLevel debug)
Constructor that allows user defined debug level
|