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