C# Class AIMA.Core.Search.Online.OnlineSearchProblem

Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Protected Properties

Свойство Type Description
actionsFunction ActionsFunction
goalTest GoalTest
stepCostFunction StepCostFunction

Méthodes publiques

Méthode Description
OnlineSearchProblem ( ActionsFunction actionsFunction, GoalTest goalTest ) : System
OnlineSearchProblem ( ActionsFunction actionsFunction, GoalTest goalTest, StepCostFunction stepCostFunction ) : System
getActionsFunction ( ) : ActionsFunction
getStepCostFunction ( ) : StepCostFunction
isGoalState ( Object state ) : bool

Méthodes protégées

Méthode Description
OnlineSearchProblem ( ) : System

Method Details

OnlineSearchProblem() protected méthode

protected OnlineSearchProblem ( ) : System
Résultat System

OnlineSearchProblem() public méthode

public OnlineSearchProblem ( ActionsFunction actionsFunction, GoalTest goalTest ) : System
actionsFunction ActionsFunction
goalTest GoalTest
Résultat System

OnlineSearchProblem() public méthode

public OnlineSearchProblem ( ActionsFunction actionsFunction, GoalTest goalTest, StepCostFunction stepCostFunction ) : System
actionsFunction ActionsFunction
goalTest GoalTest
stepCostFunction StepCostFunction
Résultat System

getActionsFunction() public méthode

public getActionsFunction ( ) : ActionsFunction
Résultat ActionsFunction

getStepCostFunction() public méthode

public getStepCostFunction ( ) : StepCostFunction
Résultat StepCostFunction

isGoalState() public méthode

public isGoalState ( Object state ) : bool
state Object
Résultat bool

Property Details

actionsFunction protected_oe property

protected ActionsFunction actionsFunction
Résultat ActionsFunction

goalTest protected_oe property

protected GoalTest goalTest
Résultat GoalTest

stepCostFunction protected_oe property

protected StepCostFunction stepCostFunction
Résultat StepCostFunction