Class IGPFitnessFunction
- java.lang.Object
-
- org.jgap.gp.GPFitnessFunction
-
- org.aksw.limes.core.ml.algorithm.eagle.core.IGPFitnessFunction
-
- All Implemented Interfaces:
Serializable,IFitnessFunction
- Direct Known Subclasses:
ExpressionFitnessFunction,PseudoFMeasureFitnessFunction
public abstract class IGPFitnessFunction extends org.jgap.gp.GPFitnessFunction implements IFitnessFunction
- Author:
- Tommaso Soru (tsoru@informatik.uni-leipzig.de)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IGPFitnessFunction()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidaddToReference(AMapping m)abstract voidfillCachesIncrementally(AMapping matches)-
Methods inherited from class org.jgap.gp.GPFitnessFunction
evaluate, getFitnessValue, getLastComputedFitnessValue, GPFitnessFunction
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.aksw.limes.core.ml.algorithm.eagle.core.IFitnessFunction
calculateRawFitness, calculateRawMeasure, getMapping
-
-