C# Class AIMA.Core.Environment.Map.MapAgent

Inheritance: AIMA.Core.Search.Framework.SimpleProblemSolvingAgent
Afficher le fichier Open project: PaulMineau/AIMA.Net

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
formulateGoal ( ) : System.Object
formulateProblem ( System goal ) : Problem
notifyViewOfMetrics ( ) : void
search ( Problem problem ) : List
updateState ( Percept p ) : State

Method Details

MapAgent() public méthode

public MapAgent ( Map map, EnvironmentViewNotifier notifier, Search search ) : System.Collections.Generic
map Map
notifier EnvironmentViewNotifier
search Search
Résultat System.Collections.Generic

MapAgent() public méthode

public MapAgent ( Map map, EnvironmentViewNotifier notifier, Search search, System goalTests ) : System.Collections.Generic
map Map
notifier EnvironmentViewNotifier
search Search
goalTests System
Résultat System.Collections.Generic

MapAgent() public méthode

public MapAgent ( Map map, EnvironmentViewNotifier notifier, Search search, int maxGoalsToFormulate ) : System.Collections.Generic
map Map
notifier EnvironmentViewNotifier
search Search
maxGoalsToFormulate int
Résultat System.Collections.Generic

formulateGoal() protected méthode

protected formulateGoal ( ) : System.Object
Résultat System.Object

formulateProblem() protected méthode

protected formulateProblem ( System goal ) : Problem
goal System
Résultat AIMA.Core.Search.Framework.Problem

notifyViewOfMetrics() protected méthode

protected notifyViewOfMetrics ( ) : void
Résultat void

search() protected méthode

protected search ( Problem problem ) : List
problem AIMA.Core.Search.Framework.Problem
Résultat List

updateState() protected méthode

protected updateState ( Percept p ) : State
p Percept
Résultat State