Package

com.cra.figaro.algorithm.structured.strategy

solve

Permalink

package solve

Visibility
  1. Public
  2. All

Type Members

  1. class ConstantStrategy extends SolvingStrategy

    Permalink

    A solving strategy that applies the same solver to every problem

  2. abstract class SolvingStrategy extends AnyRef

    Permalink

    An abstract class that defines how to solve a problem

  3. class VEBPGibbsStrategy extends SolvingStrategy

    Permalink

    A solving strategy that chooses between VE, BP, and Gibbs based on a score of the elminiation order and determinism

  4. class VEBPStrategy extends SolvingStrategy

    Permalink

    A solving strategy that chooses between VE and BP based on a score of the elminiation order

  5. class VEGibbsStrategy extends SolvingStrategy

    Permalink

    A solving strategy that chooses between VE and Gibbs based on a score of the elminiation order

Ungrouped