public interface ConvergenceChecker
direct search method has converged.
Deciding if convergence has been reached is a problem-dependent issue. The user should provide a class implementing this interface to allow the optimization algorithm to stop its search according to the problem at hand.
| Modifier and Type | Method and Description |
|---|---|
boolean |
converged(PointCostPair[] simplex)
Check if the optimization algorithm has converged on the simplex.
|
boolean converged(PointCostPair[] simplex)
simplex - ordered simplex (all points in the simplex have
been eavluated and are sorted from lowest to largest cost)Copyright © 2001-2007 Luc Maisonobe. All Rights Reserved.