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

Inheritance: AIMA.Core.Agent.Impl.AbstractAgent
Afficher le fichier Open project: PaulMineau/AIMA.Net

Méthodes publiques

Méthode Description
OnlineDFSAgent ( OnlineSearchProblem problem, PerceptToStateFunction ptsFunction ) : System
execute ( Percept psPrime ) : System.Action
getPerceptToStateFunction ( ) : PerceptToStateFunction
getProblem ( ) : OnlineSearchProblem
setPerceptToStateFunction ( PerceptToStateFunction ptsFunction ) : void
setProblem ( OnlineSearchProblem problem ) : void

Private Methods

Méthode Description
actions ( Object state ) : List
goalTest ( Object state ) : bool
init ( ) : void

Method Details

OnlineDFSAgent() public méthode

public OnlineDFSAgent ( OnlineSearchProblem problem, PerceptToStateFunction ptsFunction ) : System
problem OnlineSearchProblem
ptsFunction PerceptToStateFunction
Résultat System

execute() public méthode

public execute ( Percept psPrime ) : System.Action
psPrime Percept
Résultat System.Action

getPerceptToStateFunction() public méthode

public getPerceptToStateFunction ( ) : PerceptToStateFunction
Résultat PerceptToStateFunction

getProblem() public méthode

public getProblem ( ) : OnlineSearchProblem
Résultat OnlineSearchProblem

setPerceptToStateFunction() public méthode

public setPerceptToStateFunction ( PerceptToStateFunction ptsFunction ) : void
ptsFunction PerceptToStateFunction
Résultat void

setProblem() public méthode

public setProblem ( OnlineSearchProblem problem ) : void
problem OnlineSearchProblem
Résultat void