C# Класс AIMA.Core.Environment.Map.MapAgent

Наследование: AIMA.Core.Search.Framework.SimpleProblemSolvingAgent
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
formulateGoal ( ) : System.Object
formulateProblem ( System goal ) : Problem
notifyViewOfMetrics ( ) : void
search ( Problem problem ) : List
updateState ( Percept p ) : State

Описание методов

MapAgent() публичный Метод

public MapAgent ( Map map, EnvironmentViewNotifier notifier, Search search ) : System.Collections.Generic
map Map
notifier EnvironmentViewNotifier
search Search
Результат System.Collections.Generic

MapAgent() публичный Метод

public MapAgent ( Map map, EnvironmentViewNotifier notifier, Search search, System goalTests ) : System.Collections.Generic
map Map
notifier EnvironmentViewNotifier
search Search
goalTests System
Результат System.Collections.Generic

MapAgent() публичный Метод

public MapAgent ( Map map, EnvironmentViewNotifier notifier, Search search, int maxGoalsToFormulate ) : System.Collections.Generic
map Map
notifier EnvironmentViewNotifier
search Search
maxGoalsToFormulate int
Результат System.Collections.Generic

formulateGoal() защищенный Метод

protected formulateGoal ( ) : System.Object
Результат System.Object

formulateProblem() защищенный Метод

protected formulateProblem ( System goal ) : Problem
goal System
Результат AIMA.Core.Search.Framework.Problem

notifyViewOfMetrics() защищенный Метод

protected notifyViewOfMetrics ( ) : void
Результат void

search() защищенный Метод

protected search ( Problem problem ) : List
problem AIMA.Core.Search.Framework.Problem
Результат List

updateState() защищенный Метод

protected updateState ( Percept p ) : State
p Percept
Результат State