Свойство | Type | Description | |
---|---|---|---|
actionsFunction | ActionsFunction | ||
goalTest | GoalTest | ||
stepCostFunction | StepCostFunction |
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éthode | Description | |
---|---|---|
OnlineSearchProblem ( ) : System |
public OnlineSearchProblem ( ActionsFunction actionsFunction, GoalTest goalTest ) : System | ||
actionsFunction | ActionsFunction | |
goalTest | GoalTest | |
Résultat | System |
public OnlineSearchProblem ( ActionsFunction actionsFunction, GoalTest goalTest, StepCostFunction stepCostFunction ) : System | ||
actionsFunction | ActionsFunction | |
goalTest | GoalTest | |
stepCostFunction | StepCostFunction | |
Résultat | System |
public getActionsFunction ( ) : ActionsFunction | ||
Résultat | ActionsFunction |
public getStepCostFunction ( ) : StepCostFunction | ||
Résultat | StepCostFunction |
protected ActionsFunction actionsFunction | ||
Résultat | ActionsFunction |