com.rapidminer.operator.features
Interface PopulationOperator

All Known Implementing Classes:
BackwardElimination, BestSelection, BoltzmannSelection, CutSelection, ForwardSelection, IndividualOperator, IterativeFeatureAdding, KeepBest, NonDominatedSortingSelection, PopulationPlotter, RankSelection, RedundanceRemoval, RouletteWheel, SaveIntermediateWeights, SelectionCrossover, SelectionMutation, SimpleWeighting, StochasticUniversalSampling, SwitchingForwardSelection, TournamentSelection, UniformSelection, VarianceAdaption, WeightingMutation

public interface PopulationOperator

An operator that modifies populations.

Author:
Simon Fischer, Ingo Mierswa Exp $

Method Summary
 void operate(Population pop)
          Modifies the population.
 boolean performOperation(int generation)
          Indicates if the operation should be performed in the given generation.
 

Method Detail

operate

void operate(Population pop)
             throws java.lang.Exception
Modifies the population.

Throws:
java.lang.Exception

performOperation

boolean performOperation(int generation)
Indicates if the operation should be performed in the given generation. Allows pop ops which works only in a part of the generations.



Copyright © 2001-2009 by Rapid-I