com.rapidminer.tools.math.optimization.ec.es
Interface Mutation

All Superinterfaces:
PopulationOperator
All Known Implementing Classes:
GaussianMutation, SparsityMutation, SwitchingMutation

public interface Mutation
extends PopulationOperator

A mutation operator which can be applied on the population.

Author:
Ingo Mierswa

Method Summary
 void setValueType(int index, OptimizationValueType type)
           
 
Methods inherited from interface com.rapidminer.tools.math.optimization.ec.es.PopulationOperator
operate
 

Method Detail

setValueType

void setValueType(int index,
                  OptimizationValueType type)


Copyright © 2001-2009 by Rapid-I