Package org.dishevelled.evolve.mutate

Implementations of the Mutation function interface.

See:
          Description

Interface Summary
IndividualWiseMutation<I> Individual-wise mutation function.
 

Class Summary
AbstractUniformMutation<I> Apply an uniform mutation to all individuals in a population.
NullIndividualWiseMutation<I> Null individual-wise mutation function.
NullMutation<I> Null mutation.
ProportionalMutation<I> Proportional mutation function.
UniformMutation<I> Apply a specified uniform mutation to all individuals in a population.
 

Package org.dishevelled.evolve.mutate Description

Implementations of the Mutation function interface.



Copyright (c) 2005-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).