C# Class AIXI.MonteCarloSearchNode

Afficher le fichier Open project: GoodAI/SummerCamp Class Usage Examples

Méthodes publiques

Свойство Type Description
ChanceNode int
Children MonteCarloSearchNode>.Dictionary
DecisionNode int
ExplorationConstant double
Mean double
Type int
UnexploredBias double
Visits int

Méthodes publiques

Méthode Description
MonteCarloSearchNode ( int nodetype ) : System
Print ( int level ) : void
PrintBs ( int level ) : void
Sample ( Agent agent, int horizon ) : double
SelectAction ( Agent agent ) : int

Method Details

MonteCarloSearchNode() public méthode

public MonteCarloSearchNode ( int nodetype ) : System
nodetype int
Résultat System

Print() public méthode

public Print ( int level ) : void
level int
Résultat void

PrintBs() public méthode

public PrintBs ( int level ) : void
level int
Résultat void

Sample() public méthode

public Sample ( Agent agent, int horizon ) : double
agent Agent
horizon int
Résultat double

SelectAction() public méthode

public SelectAction ( Agent agent ) : int
agent Agent
Résultat int

Property Details

ChanceNode public_oe static_oe property

public static int ChanceNode
Résultat int

Children public_oe property

public Dictionary Children
Résultat MonteCarloSearchNode>.Dictionary

DecisionNode public_oe static_oe property

public static int DecisionNode
Résultat int

ExplorationConstant public_oe property

public double ExplorationConstant
Résultat double

Mean public_oe property

public double Mean
Résultat double

Type public_oe property

public int Type
Résultat int

UnexploredBias public_oe property

public double UnexploredBias
Résultat double

Visits public_oe property

public int Visits
Résultat int