AIMA.Core.Environment.Map.MapAgent.MapAgent C# (CSharp) Method

MapAgent() public method

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) {
		this.map = map;
		this.notifier = notifier;
        this._search = search;
	}

Same methods

MapAgent::MapAgent ( Map map, EnvironmentViewNotifier notifier, Search search, System goalTests ) : System.Collections.Generic
MapAgent::MapAgent ( Map map, EnvironmentViewNotifier notifier, Search search, int maxGoalsToFormulate ) : System.Collections.Generic