Class KeepTargetDirectionAndMaximizeInOrder


  • public class KeepTargetDirectionAndMaximizeInOrder
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.commons.math3.optim.PointValuePair apply​(Coefficients coefficients, java.util.List<Inverter> allInverters, java.util.List<Inverter> targetInverters, java.util.List<Constraint> allConstraints, TargetDirection targetDirection)
      Tries to keep all Target Inverters in the right TargetDirection; then maximizes them in order.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeepTargetDirectionAndMaximizeInOrder

        public KeepTargetDirectionAndMaximizeInOrder()