메소드 | 설명 | |
---|---|---|
RecursiveBestFirstSearch ( EvaluationFunction ef ) : System | ||
clearInstrumentation ( ) : void | ||
getMaxRecursiveDepth ( ) : int | ||
getPathCost ( ) : double | ||
search ( |
||
setMaxRecursiveDepth ( int recursiveDepth ) : void | ||
setPathCost ( Double pathCost ) : void |
메소드 | 설명 | |
---|---|---|
getBestFValueIndex ( double f ) : int | ||
getNextBestFValueIndex ( double f, int bestIndex ) : int | ||
rbfs ( |
public RecursiveBestFirstSearch ( EvaluationFunction ef ) : System | ||
ef | EvaluationFunction | |
리턴 | System |
public setMaxRecursiveDepth ( int recursiveDepth ) : void | ||
recursiveDepth | int | |
리턴 | void |