| Interface | Description |
|---|---|
| ConvergenceChecker |
This interface specifies how to check if a
direct search method has converged. |
| CostFunction |
This interface represents a cost function to be minimized.
|
| Class | Description |
|---|---|
| DirectSearchOptimizer |
This class implements simplex-based direct search optimization
algorithms.
|
| MultiDirectional |
This class implements the multi-directional direct search method.
|
| NelderMead |
This class implements the Nelder-Mead direct search method.
|
| PointCostPair |
This class holds a point and its associated cost.
|
| Exception | Description |
|---|---|
| CostException |
This class represents exceptions thrown by cost functions.
|
| NoConvergenceException |
This class represents exceptions thrown by optimization algorithms.
|
Copyright © 2001-2007 Luc Maisonobe. All Rights Reserved.