Contents:
LinearPressureFitness
LinearPressureFitness.__slots__
LinearPressureFitness.name
LinearPressureFitness.gain
LinearPressureFitness.penalty
LinearPressureFitness.apply()
Fitness functions.
Linear parametric parsimony pressure.
Bases: ontolearn.abstracts.AbstractFitness
ontolearn.abstracts.AbstractFitness
Apply the fitness function on an individual and set its fitness attribute to the calculated value.
individual – Individual to set the fitness on.