Package jline.solvers.mva.handlers
Class MVARunner
java.lang.Object
jline.solvers.mva.handlers.MVARunner
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected SolverOptionsprotected MVAResultprotected NetworkStruct -
Constructor Summary
ConstructorsConstructorDescriptionMVARunner(Network model, SolverOptions options, boolean enableChecks) MVARunner(Network model, SolverOptions options, boolean enableChecks, Ret.FJApprox mmtCache) MVARunner(Network model, SolverOptions options, boolean enableChecks, Ret.FJApprox mmtCache, Matrix fjForkLambda) -
Method Summary
Modifier and TypeMethodDescriptionThe MMT fixed-point iterate this run ended on, for the owning solver to keep.The MMT transformation this run built or reused, for the owning solver to keep.runAnalyzer(SolverAvgHandles avgHandles) runAnalyzer() method from LINE.
-
Field Details
-
sn
-
options
-
res
-
-
Constructor Details
-
MVARunner
-
MVARunner
-
MVARunner
public MVARunner(Network model, SolverOptions options, boolean enableChecks, Ret.FJApprox mmtCache, Matrix fjForkLambda)
-
-
Method Details
-
getMmtCache
The MMT transformation this run built or reused, for the owning solver to keep. -
getFjForkLambda
The MMT fixed-point iterate this run ended on, for the owning solver to keep. -
runAnalyzer
runAnalyzer() method from LINE.- Parameters:
avgHandles- - the average handles for the model- Returns:
- - the performance measures corresponding to the given network
-