Package jline.solvers.nc.handlers
Class Solver_nc_marg
java.lang.Object
jline.solvers.nc.handlers.Solver_nc_marg
-
Method Summary
Modifier and TypeMethodDescriptionstatic SolverNC.SolverNCMargReturnsolver_nc_marg(NetworkStruct sn, SolverOptions options, double lG) static SolverNC.SolverNCMargReturnsolver_nc_marg(NetworkStruct sn, SolverOptions options, Double lG) Convenience overload accepting a boxedDoublelG(which may be null, meaning the normalizing constant is unknown and will be computed).
-
Method Details
-
solver_nc_marg
public static SolverNC.SolverNCMargReturn solver_nc_marg(NetworkStruct sn, SolverOptions options, Double lG) Convenience overload accepting a boxedDoublelG(which may be null, meaning the normalizing constant is unknown and will be computed). Delegates tosolver_nc_marg(NetworkStruct, SolverOptions, double). -
solver_nc_marg
public static SolverNC.SolverNCMargReturn solver_nc_marg(NetworkStruct sn, SolverOptions options, double lG)
-