|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBranchingFactor
This class contains a static method for computing the branching factor, as described in Russell and Norvig (page 106).
Constructor Summary | |
BranchingFactor()
|
Method Summary | |
static double |
compute(int num_expanded,
int depth)
This static method computes the branching factor for a search in which num_expanded nodes were expanded, and a solution at the given depth was discovered. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BranchingFactor()
Method Detail |
public static double compute(int num_expanded, int depth)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |