Method | Description | |
---|---|---|
SimpleProblemSolvingAgent ( ) : System.Collections.Generic | ||
SimpleProblemSolvingAgent ( int maxGoalsToFormulate ) : System.Collections.Generic | ||
execute ( Percept p ) : Action |
Method | Description | |
---|---|---|
formulateGoal ( ) : System.Object | ||
formulateProblem ( System goal ) : |
||
notifyViewOfMetrics ( ) : void | ||
search ( |
||
updateState ( Percept p ) : State |
public SimpleProblemSolvingAgent ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public SimpleProblemSolvingAgent ( int maxGoalsToFormulate ) : System.Collections.Generic | ||
maxGoalsToFormulate | int | |
return | System.Collections.Generic |
protected abstract formulateGoal ( ) : System.Object | ||
return | System.Object |
protected abstract formulateProblem ( System goal ) : |
||
goal | System | |
return |
protected abstract notifyViewOfMetrics ( ) : void | ||
return | void |
protected abstract search ( |
||
problem | ||
return | List |
protected abstract updateState ( Percept p ) : State | ||
p | Percept | |
return | State |