Constructor and Description |
---|
FitnessTransform(Fitness<I> fitness,
UnaryFunction<Double,Double> transform)
Create a new fitness transform with the specified
fitness function and transform function.
|
public FitnessTransform(Fitness<I> fitness, UnaryFunction<Double,Double> transform)
fitness
- fitness function to transform, must not be nulltransform
- transform function, must not be nullCopyright (c) 2005-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).