gpalta.clustering
Class FitnessGroup

java.lang.Object
  extended by gpalta.clustering.FitnessGroup
All Implemented Interfaces:
Fitness
Direct Known Subclasses:
FitnessClassifier, FitnessClusteringGroup, FitnessClusteringGroupMutInf

public abstract class FitnessGroup
extends java.lang.Object
implements Fitness

Created by IntelliJ IDEA. User: nvn Date: 29-08-2006 Time: 05:54:06 PM To change this template use File | Settings | File Templates.


Constructor Summary
FitnessGroup()
           
 
Method Summary
protected  void assignFitness(Individual ind, double groupFitness, double[] treeFitness, Config config)
           
protected  double penalizedFitness(double fitness, int depth, Config config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface gpalta.core.Fitness
calculate, getProcessedOutput, init, init
 

Constructor Detail

FitnessGroup

public FitnessGroup()
Method Detail

assignFitness

protected void assignFitness(Individual ind,
                             double groupFitness,
                             double[] treeFitness,
                             Config config)

penalizedFitness

protected double penalizedFitness(double fitness,
                                  int depth,
                                  Config config)