|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISearch | |
---|---|
org.vizzini.game.search | Provides search classes for the game framework. |
Uses of ISearch in org.vizzini.game.search |
---|
Classes in org.vizzini.game.search that implement ISearch | |
---|---|
class |
AbstractSearch
Provides base functionality for search algorithms. |
class |
AlphaBetaSearch
Provides a negamax-based alpha-beta search algorithm. |
class |
NegamaxSearch
Provides a negamax search algorithm. |
Methods in org.vizzini.game.search that return ISearch | |
---|---|
protected ISearch |
SearchAgent.getSearch()
Return the search algorithm. |
Methods in org.vizzini.game.search with parameters of type ISearch | |
---|---|
protected void |
SearchAgent.setSearch(ISearch search)
Set the search algorithm. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 2007 Vizzini.org. All Rights Reserved. | 2007.12.25.03.00.02 |