Class KeepAllEqual

java.lang.Object
io.openems.edge.ess.core.power.optimizers.KeepAllEqual

public class KeepAllEqual extends Object
  • Constructor Details

    • KeepAllEqual

      public KeepAllEqual()
  • Method Details

    • apply

      public static org.apache.commons.math3.optim.PointValuePair apply(Coefficients coefficients, List<Inverter> allInverters, List<Constraint> allConstraints)
      Tries to distribute power equally between inverters.
      Parameters:
      coefficients - the Coefficients
      allInverters - all Inverters
      allConstraints - all active Constraints
      Returns:
      a solution or null