org.dllearner.algorithms.refinement
Interface Heuristic

All Superinterfaces:
Comparator<Node>
All Known Implementing Classes:
NodeComparator, NodeComparator2

public interface Heuristic
extends Comparator<Node>

Marker interface for heuristics in the refinement operator based learning approach. 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