|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PenteAgentProgram
Interface for your agent programs.
The only difference from an ordinary agent program is the addition of the 'searchDepth' accessors.
Method Summary | |
---|---|
int |
getSearchDepth()
Returns the maximum search depth this agent program is using. |
void |
setSearchDepth(int theDepth)
Accepts a new maximum search depth, and henceforth restricts the minimax algorithm to this depth. |
Methods inherited from interface edu.columbia.cs.coms4701.agent.AgentProgram |
---|
getAuthor, getDescription, nextAction |
Method Detail |
---|
int getSearchDepth()
void setSearchDepth(int theDepth)
theDepth
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |