Interface FJFixedPoint.InnerSolve

Enclosing class:
FJFixedPoint

public static interface FJFixedPoint.InnerSolve
The inner solve of one pass of the fixed point.
  • Method Details

    • solve

      MVAResult solve(NetworkStruct sn, SolverOptions options)
      Solves the transformed network.
      Parameters:
      sn - the struct of the transformed network
      options - the solver options
      Returns:
      the metrics of that solve