C# Class AIMA.Core.Search.Framework.NodeExpander

Afficher le fichier Open project: PaulMineau/AIMA.Net

Protected Properties

Свойство Type Description
metrics Metrics

Méthodes publiques

Méthode Description
NodeExpander ( ) : System.Collections.Generic
clearInstrumentation ( ) : void
expandNode ( Node node, Problem problem ) : List
getMetrics ( ) : Metrics
getNodesExpanded ( ) : int

Method Details

NodeExpander() public méthode

public NodeExpander ( ) : System.Collections.Generic
Résultat System.Collections.Generic

clearInstrumentation() public méthode

public clearInstrumentation ( ) : void
Résultat void

expandNode() public méthode

public expandNode ( Node node, Problem problem ) : List
node Node
problem Problem
Résultat List

getMetrics() public méthode

public getMetrics ( ) : Metrics
Résultat Metrics

getNodesExpanded() public méthode

public getNodesExpanded ( ) : int
Résultat int

Property Details

metrics protected_oe property

protected Metrics,AIMA.Core.Search.Framework metrics
Résultat Metrics