gov.sns.tools.solver.algorithm
Class SearchAlgorithm

java.lang.Object
  |
  +--gov.sns.tools.solver.algorithm.SearchAlgorithm

Deprecated. The optimization and optimizer packages have been replaced by the solver package.

public abstract class SearchAlgorithm
extends java.lang.Object

Abstract super class for an optimization search algorithm.


Constructor Summary
SearchAlgorithm()
          Deprecated. Creates a new instance of SearchAlgorithm
 
Method Summary
abstract  TrialPoint nextTrialPoint()
          Deprecated. Return the next trial point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchAlgorithm

public SearchAlgorithm()
Deprecated. 
Creates a new instance of SearchAlgorithm

Method Detail

nextTrialPoint

public abstract TrialPoint nextTrialPoint()
Deprecated. 
Return the next trial point.

Returns:
trialPoint