Module biodivine_sketchbook::inference::inference_solver

source ·
Expand description

Structures and methods to run the whole inference process. This module covers the general async workflow, the details regarding the actual algorithms are in the module crate::algorithms.

Structs§

  • Object encompassing a finished (successful) BN inference computation with all intermediate and processed results.
  • Object encompassing the process of the BN inference computation.

Functions§

  • Check if InferenceStatus requires number of remaining candidates when reporting about progress.