com.mancrd.ahah.combinatorial
Class StrikeSearch

java.lang.Object
  extended by com.mancrd.ahah.combinatorial.Search
      extended by com.mancrd.ahah.combinatorial.StrikeSearch

public class StrikeSearch
extends Search

Author:
alexnugent

Constructor Summary
StrikeSearch(Valuator valuator, int maxSteps, float alpha, float beta)
          Constructor
 
Method Summary
 float getBestValue()
           
 int getConvergenceAttempts()
           
 int getNumNodes()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrikeSearch

public StrikeSearch(Valuator valuator,
                    int maxSteps,
                    float alpha,
                    float beta)
Constructor

Parameters:
valuator -
maxSteps -
alpha -
beta -
Method Detail

run

public void run()
Specified by:
run in class Search

getConvergenceAttempts

public int getConvergenceAttempts()
Specified by:
getConvergenceAttempts in class Search

getBestValue

public float getBestValue()
Specified by:
getBestValue in class Search

getNumNodes

public int getNumNodes()


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