Class AlgebraDouble

java.lang.Object
org.opt4j.operator.algebra.AlgebraDouble
All Implemented Interfaces:
Operator<DoubleGenotype>, Algebra<DoubleGenotype>

public class AlgebraDouble extends Object implements Algebra<DoubleGenotype>
  • Field Details

  • Constructor Details

    • AlgebraDouble

      @Inject public AlgebraDouble(NormalizeDouble normalize)
      Constructs a AlgebraDouble .
      Parameters:
      normalize - the normalize operator for double values
  • Method Details