Méthode | Description | |
---|---|---|
LRTAStarAgent ( |
||
execute ( Percept psPrime ) : System.Action | ||
getHeuristicFunction ( ) : HeuristicFunction | ||
getPerceptToStateFunction ( ) : PerceptToStateFunction | ||
getProblem ( ) : |
||
setHeuristicFunction ( HeuristicFunction hf ) : void | ||
setPerceptToStateFunction ( PerceptToStateFunction ptsFunction ) : void | ||
setProblem ( |
Méthode | Description | |
---|---|---|
actions ( Object state ) : HashSet |
||
goalTest ( Object state ) : bool | ||
init ( ) : void | ||
lrtaCost ( Object s, System.Action action, Object sPrime ) : double |
public LRTAStarAgent ( |
||
problem | ||
ptsFunction | PerceptToStateFunction | |
hf | HeuristicFunction | |
Résultat | System |
public execute ( Percept psPrime ) : System.Action | ||
psPrime | Percept | |
Résultat | System.Action |
public getHeuristicFunction ( ) : HeuristicFunction | ||
Résultat | HeuristicFunction |
public getPerceptToStateFunction ( ) : PerceptToStateFunction | ||
Résultat | PerceptToStateFunction |
public getProblem ( ) : |
||
Résultat |
public setHeuristicFunction ( HeuristicFunction hf ) : void | ||
hf | HeuristicFunction | |
Résultat | void |
public setPerceptToStateFunction ( PerceptToStateFunction ptsFunction ) : void | ||
ptsFunction | PerceptToStateFunction | |
Résultat | void |
public setProblem ( |
||
problem | ||
Résultat | void |