Package jline.solvers.fj
Interface FJFixedPoint.InnerSolve
- Enclosing class:
FJFixedPoint
public static interface FJFixedPoint.InnerSolve
The inner solve of one pass of the fixed point.
-
Method Summary
Modifier and TypeMethodDescriptionsolve(NetworkStruct sn, SolverOptions options) Solves the transformed network.
-
Method Details
-
solve
Solves the transformed network.- Parameters:
sn- the struct of the transformed networkoptions- the solver options- Returns:
- the metrics of that solve
-