Click or drag to resize

BestFirstFrontierSearchAlgorithmTVertex, TEdge Constructor

Namespace:  QuickGraph.Algorithms.Search
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public BestFirstFrontierSearchAlgorithm(
	IAlgorithmComponent host,
	IBidirectionalIncidenceGraph<TVertex, TEdge> visitedGraph,
	Func<TEdge, double> edgeWeights,
	IDistanceRelaxer distanceRelaxer
)

Parameters

host
Type: QuickGraph.Algorithms.ServicesIAlgorithmComponent
visitedGraph
Type: QuickGraphIBidirectionalIncidenceGraphTVertex, TEdge
edgeWeights
Type: SystemFuncTEdge, Double
distanceRelaxer
Type: QuickGraph.AlgorithmsIDistanceRelaxer
See Also