AIMA.Core.Search.Framework.GraphSearch.setReplaceFrontierNodeAtStateCostFunction C# (CSharp) 메소드

setReplaceFrontierNodeAtStateCostFunction() 공개 메소드

public setReplaceFrontierNodeAtStateCostFunction ( IComparer replaceFrontierNodeAtStateCostFunction ) : void
replaceFrontierNodeAtStateCostFunction IComparer
리턴 void
        public void setReplaceFrontierNodeAtStateCostFunction(
                IComparer<Node> replaceFrontierNodeAtStateCostFunction)
        {
            this.replaceFrontierNodeAtStateCostFunction = replaceFrontierNodeAtStateCostFunction;
        }