com.mancrd.ahah.combinatorial
Class StrikeSearch
java.lang.Object
com.mancrd.ahah.combinatorial.Search
com.mancrd.ahah.combinatorial.StrikeSearch
public class StrikeSearch
- extends Search
- Author:
- alexnugent
Constructor Summary |
StrikeSearch(Valuator valuator,
int maxSteps,
float alpha,
float beta)
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StrikeSearch
public StrikeSearch(Valuator valuator,
int maxSteps,
float alpha,
float beta)
- Constructor
- Parameters:
valuator
- maxSteps
- alpha
- beta
-
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.