com.mancrd.ahah.combinatorial
Class Search

java.lang.Object
  extended by com.mancrd.ahah.combinatorial.Search
Direct Known Subclasses:
RandomSearch, StrikeSearch

public abstract class Search
extends Object

Author:
timmolter

Constructor Summary
Search()
           
 
Method Summary
abstract  float getBestValue()
           
abstract  int getConvergenceAttempts()
           
abstract  void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Search

public Search()
Method Detail

run

public abstract void run()

getConvergenceAttempts

public abstract int getConvergenceAttempts()

getBestValue

public abstract float getBestValue()


Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.