eaLib API Docs
Last Modified : January 7 2002

Uses of Interface
mss.ea.core.IndividualGate

Packages that use IndividualGate
mss.ea.al This package contains basic skeletons for algorithms. 
mss.ea.core This package contains some common helper classes. 
mss.ea.ins This package contains classes for the reinsertion operator. 
 

Uses of IndividualGate in mss.ea.al
 

Fields in mss.ea.al declared as IndividualGate
protected  IndividualGate Controller.gate
          Deprecated.  
protected  IndividualGate GateThread.gate
          Deprecated. Individual gate.
 

Methods in mss.ea.al that return IndividualGate
 IndividualGate GateThread.getGate()
          Deprecated. Gets the underlying gate of this operator.
 

Methods in mss.ea.al with parameters of type IndividualGate
 void Controller.setGate(IndividualGate g)
          Deprecated.  
 void GateThread.setGate(IndividualGate g)
          Deprecated. Sets a new gate.
 

Constructors in mss.ea.al with parameters of type IndividualGate
StreamGate(IndividualGate gate, java.lang.String name)
          Constructor.
StreamGate(IndividualGate gate, MessageBroker broker, java.lang.String name)
          Constructor with message broker.
GateThread(IndividualGate gate)
          Deprecated. Constructor.
 

Uses of IndividualGate in mss.ea.core
 

Classes in mss.ea.core that implement IndividualGate
 class AbstractPopulation
          Abstract base class for a population.
 class GenericPopulation
          Generic implementation of a population.
 class SortedPopulation
          Base class for a population.
 class SortedSteadyPopulation
          Sorted population with a steady number of individuals.
 

Methods in mss.ea.core with parameters of type IndividualGate
 void IndividualFilter.setGate(IndividualGate gate)
          Sets a new gate for the filter.
 

Uses of IndividualGate in mss.ea.ins
 

Fields in mss.ea.ins declared as IndividualGate
protected  IndividualGate Reinsertion.gate
          Gate to insert individuals into.
 

Methods in mss.ea.ins with parameters of type IndividualGate
 void Reinsertion.setGate(IndividualGate gate)
          Sets a new gate for the filter.
 

Constructors in mss.ea.ins with parameters of type IndividualGate
Reinsertion(IndividualGate gate)
          Constructor with population.
Reinsertion(IndividualGate gate, float genGap, float insRate)
          Constructor with population and reinsertion parameters.
EliteReinsertion2(IndividualGate gate)
          Constructor with individual gate.
EliteReinsertion2(IndividualGate gate, float genGap)
          Constructor with individual gate and insertion parameters.
DiscreteReinsertion(IndividualGate gate)
          Constructor with individual gate.
DiscreteReinsertion(IndividualGate gate, int gap, int rate)
          Constructor with individual gate and insertion parameters.
PureReinsertion(IndividualGate gate)
          Constructor with individual gate.
UniformReinsertion(IndividualGate gate)
          Constructor with individual gate.
UniformReinsertion(IndividualGate gate, float genGap, float insRate)
          Constructor with individual gate and insertion parameters.
EliteReinsertion(IndividualGate gate)
          Constructor with individual gate.
EliteReinsertion(IndividualGate gate, float genGap, float insRate)
          Constructor with individual gate and insertion parameters.
 


eaLib API Docs
Last Modified : January 7 2002

Copyright © 2000-2001 Technical University of Ilmenau, Department ESS