|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectSciLib.AI.Auction.WDA
public class WDA
This class contains some methods to compute winner determination.
| Field Summary | |
|---|---|
protected BidTree |
tree
|
| Constructor Summary | |
|---|---|
WDA(BidTree tree)
|
|
| Method Summary | |
|---|---|
BidTree |
getBidTree()
get the bid tree |
double |
hF(SearchNode node)
compute the heuristic function at a node |
Result |
IDAStar()
implements the winner determination algorithm |
java.util.LinkedList<SearchNode> |
successors(SearchNode node)
generate successors |
java.util.LinkedList<SearchNode> |
successorsAtRoot()
generate successors of the root |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BidTree tree
| Constructor Detail |
|---|
public WDA(BidTree tree)
| Method Detail |
|---|
public BidTree getBidTree()
public java.util.LinkedList<SearchNode> successors(SearchNode node)
node - the SearchNode in the SEARCH1 tree
public java.util.LinkedList<SearchNode> successorsAtRoot()
public double hF(SearchNode node)
node - the SearchNode in the SEARCH1 tree
public Result IDAStar()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||