All Packages  This Package  Class Hierarchy  Class Search  Index

Interface aima.search.Heuristic

Interface for states that implement a heuristic.


public interface  Heuristic
{
          // Methods 1
     public abstract float h();
}



Methods


h

   public abstract float h() 

Return heuristic value for state.



All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4