Package org.spaceroots.mantissa.optimization

Interface Summary
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 Summary
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 Summary
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.