| Interface | Description |
|---|---|
| RandomShrinkSearch.Searcher |
Interface for classes that search for solutions.
|
| SearchAlgorithmListener |
The interface implemented by listeners of search algorithm events.
|
| Class | Description |
|---|---|
| DirectedStep |
Based on the acceleration-step of Forsythe and Motzkin
|
| InitialAlgorithm |
InitialAlgorithm
|
| RandomSearch |
RandomSearch returns a random trial point that lies within the bounds specified by the
variables.
|
| RandomShrinkSearch |
RandomSearchAlgorithm looks for points bounded by the specified variable limits.
|
| SearchAlgorithm |
Abstract super class for an optimization search algorithm.
|
| SimplexSearchAlgorithm |
Simplex optimization search algorithm.
|