Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

org.evolvica.core.mutate.binary
Class BinaryMutator

java.lang.Object
  extended byorg.evolvica.engine.AbstractOperator
      extended byorg.evolvica.core.common.AbstractGeneticOperator
          extended byorg.evolvica.core.mutate.AbstractMutator
              extended byorg.evolvica.core.mutate.binary.BinaryMutator
All Implemented Interfaces:
IGeneticOperator, IOperator, IProcessor, java.io.Serializable

public abstract class BinaryMutator
extends AbstractMutator

Base class for a binary mutator.

Since:
0.4.0
Version:
$Revision: 1.7 $ $Date: 2004/05/26 11:58:09 $
Author:
Andreas Rummler
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.evolvica.core.mutate.AbstractMutator
propability
 
Fields inherited from class org.evolvica.engine.AbstractOperator
descriptor, element, id, name
 
Constructor Summary
BinaryMutator()
          Constructor.
 
Method Summary
abstract  BitVector mutate(BitVector vector)
          Mutates the bitset.
 void mutate(IIndividual ind)
          (non-Javadoc)
 
Methods inherited from class org.evolvica.core.mutate.AbstractMutator
getPropability, process, setPropability
 
Methods inherited from class org.evolvica.engine.AbstractOperator
attachDescriptor, attachElement, descriptor, element, getId, getName, setId, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.evolvica.engine.IOperator
attachDescriptor, attachElement, descriptor, element, getId, getName, setId, setName
 

Constructor Detail

BinaryMutator

public BinaryMutator()
Constructor.

Method Detail

mutate

public void mutate(IIndividual ind)
(non-Javadoc)

Specified by:
mutate in class AbstractMutator
See Also:
AbstractMutator.mutate(org.evolvica.core.IIndividual)

mutate

public abstract BitVector mutate(BitVector vector)
Mutates the bitset.

Parameters:
vector - bitset to be mutated
Returns:
mutated bitset

Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

Copyright © 2000-2004 Technical University of Ilmenau, Department Electronic Circuits and Systems