Method | Description | |
---|---|---|
MapAgent ( Map map, EnvironmentViewNotifier notifier, Search search ) : System.Collections.Generic | ||
MapAgent ( Map map, EnvironmentViewNotifier notifier, Search search, System goalTests ) : System.Collections.Generic | ||
MapAgent ( Map map, EnvironmentViewNotifier notifier, Search search, int maxGoalsToFormulate ) : System.Collections.Generic |
Method | Description | |
---|---|---|
formulateGoal ( ) : System.Object | ||
formulateProblem ( System goal ) : |
||
notifyViewOfMetrics ( ) : void | ||
search ( |
||
updateState ( Percept p ) : State |
public MapAgent ( Map map, EnvironmentViewNotifier notifier, Search search ) : System.Collections.Generic | ||
map | Map | |
notifier | EnvironmentViewNotifier | |
search | Search | |
return | System.Collections.Generic |
public MapAgent ( Map map, EnvironmentViewNotifier notifier, Search search, System goalTests ) : System.Collections.Generic | ||
map | Map | |
notifier | EnvironmentViewNotifier | |
search | Search | |
goalTests | System | |
return | System.Collections.Generic |
public MapAgent ( Map map, EnvironmentViewNotifier notifier, Search search, int maxGoalsToFormulate ) : System.Collections.Generic | ||
map | Map | |
notifier | EnvironmentViewNotifier | |
search | Search | |
maxGoalsToFormulate | int | |
return | System.Collections.Generic |
protected formulateProblem ( System goal ) : |
||
goal | System | |
return |
protected search ( |
||
problem | ||
return | List |