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

Inheritance: StepCostFunction
Afficher le fichier Open project: PaulMineau/AIMA.Net

Méthodes publiques

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

Method Details

MapStepCostFunction() public méthode

public MapStepCostFunction ( Map aMap ) : System.Collections.Generic
aMap Map
Résultat System.Collections.Generic

c() public méthode

public c ( System fromCurrentState, Action action, System toNextState ) : double
fromCurrentState System
action Action
toNextState System
Résultat double