Method | Description | |
---|---|---|
LRTAStarAgent ( |
||
execute ( Percept psPrime ) : System.Action | ||
getHeuristicFunction ( ) : HeuristicFunction | ||
getPerceptToStateFunction ( ) : PerceptToStateFunction | ||
getProblem ( ) : |
||
setHeuristicFunction ( HeuristicFunction hf ) : void | ||
setPerceptToStateFunction ( PerceptToStateFunction ptsFunction ) : void | ||
setProblem ( |
Method | 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 | |
return | System |
public execute ( Percept psPrime ) : System.Action | ||
psPrime | Percept | |
return | System.Action |
public getHeuristicFunction ( ) : HeuristicFunction | ||
return | HeuristicFunction |
public getPerceptToStateFunction ( ) : PerceptToStateFunction | ||
return | PerceptToStateFunction |
public setHeuristicFunction ( HeuristicFunction hf ) : void | ||
hf | HeuristicFunction | |
return | void |
public setPerceptToStateFunction ( PerceptToStateFunction ptsFunction ) : void | ||
ptsFunction | PerceptToStateFunction | |
return | void |
public setProblem ( |
||
problem | ||
return | void |