Interface | Description |
---|---|
MultipleIntegerValue |
Represents a function that can be optimized.
|
SingleDoubleValue |
Represents a function that can be optimized.
|
Class | Description |
---|---|
Descent |
Optimizes the input to a function of type MultipleIntegerValue using the descent method
|
GoldenSection |
Optimizes the input to a function of type SingleDoubleValue using the Golden Section method
|
MultipleTest |
Optimizes the input to a function of type SingleDoubleValue
by testing multiple possible input values
|