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

Inheritance: StepCostFunction
Datei anzeigen Open project: PaulMineau/AIMA.Net

Public Methods

Method Description
MapStepCostFunction ( Map aMap ) : System.Collections.Generic
c ( System fromCurrentState, Action action, System toNextState ) : double

Method Details

MapStepCostFunction() public method

public MapStepCostFunction ( Map aMap ) : System.Collections.Generic
aMap Map
return System.Collections.Generic

c() public method

public c ( System fromCurrentState, Action action, System toNextState ) : double
fromCurrentState System
action Action
toNextState System
return double