org.dllearner.algorithms.ocel
Interface ExampleBasedHeuristic

All Superinterfaces:
Comparator<ExampleBasedNode>
All Known Implementing Classes:
FlexibleHeuristic, LexicographicHeuristic, MultiHeuristic

public interface ExampleBasedHeuristic
extends Comparator<ExampleBasedNode>

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