Метод | Описание | |
---|---|---|
SimpleProblemSolvingAgent ( ) : System.Collections.Generic | ||
SimpleProblemSolvingAgent ( int maxGoalsToFormulate ) : System.Collections.Generic | ||
execute ( Percept p ) : Action |
Метод | Описание | |
---|---|---|
formulateGoal ( ) : System.Object | ||
formulateProblem ( System goal ) : |
||
notifyViewOfMetrics ( ) : void | ||
search ( |
||
updateState ( Percept p ) : State |
public SimpleProblemSolvingAgent ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public SimpleProblemSolvingAgent ( int maxGoalsToFormulate ) : System.Collections.Generic | ||
maxGoalsToFormulate | int | |
Результат | System.Collections.Generic |
protected abstract formulateGoal ( ) : System.Object | ||
Результат | System.Object |
protected abstract formulateProblem ( System goal ) : |
||
goal | System | |
Результат |
protected abstract notifyViewOfMetrics ( ) : void | ||
Результат | void |
protected abstract search ( |
||
problem | ||
Результат | List |
protected abstract updateState ( Percept p ) : State | ||
p | Percept | |
Результат | State |