C# 클래스 AIMA.Core.Search.Informed.SearchResult

파일 보기 프로젝트 열기: PaulMineau/AIMA.Net

공개 메소드들

메소드 설명
SearchResult ( Node solution, Double fCostLimit ) : System
getFCostLimit ( ) : Double
getOutcome ( ) : SearchOutcome
getSolution ( ) : Node

메소드 상세

SearchResult() 공개 메소드

public SearchResult ( Node solution, Double fCostLimit ) : System
solution AIMA.Core.Search.Framework.Node
fCostLimit Double
리턴 System

getFCostLimit() 공개 메소드

public getFCostLimit ( ) : Double
리턴 Double

getOutcome() 공개 메소드

public getOutcome ( ) : SearchOutcome
리턴 SearchOutcome

getSolution() 공개 메소드

public getSolution ( ) : Node
리턴 AIMA.Core.Search.Framework.Node