C# 클래스 AIMA.Core.Search.Local.HillClimbingSearch

상속: AIMA.Core.Search.Framework.NodeExpander, Search
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net

공개 메소드들

메소드 설명
HillClimbingSearch ( HeuristicFunction hf ) : System
getLastSearchState ( ) : Object
getOutcome ( ) : SearchOutcome
search ( Problem p ) : List

비공개 메소드들

메소드 설명
getHighestValuedNodeFrom ( List children, Problem p ) : Node
getValue ( Node n ) : double

메소드 상세

HillClimbingSearch() 공개 메소드

public HillClimbingSearch ( HeuristicFunction hf ) : System
hf HeuristicFunction
리턴 System

getLastSearchState() 공개 메소드

public getLastSearchState ( ) : Object
리턴 Object

getOutcome() 공개 메소드

public getOutcome ( ) : SearchOutcome
리턴 SearchOutcome

search() 공개 메소드

public search ( Problem p ) : List
p AIMA.Core.Search.Framework.Problem
리턴 List