org.dllearner.algorithms.el
Interface ELHeuristic

All Superinterfaces:
Comparator<SearchTreeNode>
All Known Implementing Classes:
DisjunctiveHeuristic, StableHeuristic

public interface ELHeuristic
extends Comparator<SearchTreeNode>

Marker interface for heuristics in the EL learning algorithms. A heuristic implements a method to decide which one of two given nodes seems to be more promising with respect to the learning problem we consider.

Author:
Jens Lehmann

Method Summary
 
Methods inherited from interface java.util.Comparator
compare, equals
 



SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann