Method | Description | |
---|---|---|
RecursiveBestFirstSearch ( EvaluationFunction ef ) : System | ||
clearInstrumentation ( ) : void | ||
getMaxRecursiveDepth ( ) : int | ||
getPathCost ( ) : double | ||
search ( |
||
setMaxRecursiveDepth ( int recursiveDepth ) : void | ||
setPathCost ( Double pathCost ) : void |
Method | Description | |
---|---|---|
getBestFValueIndex ( double f ) : int | ||
getNextBestFValueIndex ( double f, int bestIndex ) : int | ||
rbfs ( |
public RecursiveBestFirstSearch ( EvaluationFunction ef ) : System | ||
ef | EvaluationFunction | |
return | System |
public search ( |
||
p | ||
return | List |
public setMaxRecursiveDepth ( int recursiveDepth ) : void | ||
recursiveDepth | int | |
return | void |
public setPathCost ( Double pathCost ) : void | ||
pathCost | Double | |
return | void |