|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectBranchingFactor
public class BranchingFactor
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_generated,
int depth)
This static method computes the branching factor for a search in which num_generated nodes were generated, 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_generated,
int depth)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||