Uses of Class
jline.lib.perm.PermSolver
Packages that use PermSolver
-
Uses of PermSolver in jline.lib.perm
Subclasses of PermSolver in jline.lib.permModifier and TypeClassDescriptionclassSampling method to approximate the permanent using Adaptive Partitioning (AdaPart).classImplementation of Sum Product Algorithm (SPA) to approximate the Bethe permanent.classHeuristic approximation to the permanent of a positive matrix.classSampling method to approximate the permanent using the Huber-Law bound.classImplementation of the naive exact permanent computation.classImplementation of the MATLAB perm.m permanent computation algorithm.classImplementation of Ryzer's algorithm to calculate the permanent.Methods in jline.lib.perm with parameters of type PermSolverModifier and TypeMethodDescriptionMap<int[], NetworkNoThink.MarginalResult> NetworkNoThink.generateMarginal(PermSolver solver) Map<int[], NetworkNoThink.MarginalResult> NetworkNoThink.generateMarginal(PermSolver solver, boolean preprocessing) Map<int[], NetworkNoThink.MarginalResult> NetworkThink.generateMarginal(PermSolver solver) Map<int[], NetworkNoThink.MarginalResult> NetworkThink.generateMarginal(PermSolver solver, boolean preprocessing) NetworkNoThink.marginal(PermSolver solver, int[] state) NetworkNoThink.marginal(PermSolver solver, int[] state, boolean preprocessing) NetworkThink.marginal(PermSolver solver, int[] state) NetworkThink.marginal(PermSolver solver, int[] state, boolean preprocessing)