Module biodivine_sketchbook::inference
source ยท Expand description
State of the inference analysis and computation solvers.
Modulesยง
- candidate_
sampling ๐Utilities to sample and download networks. Some functionality is taken from our repository [biodivine-bn-classifier]. - Structures and utilities to track final results of inference.
- 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.
- Structures and utilities to track the whole state of inference.
- Structures and utilities to track progress status of inference.
- Enum with various supported inference types.
- results_
export ๐Utilities to download results. - Struct with details regarding candidate sampling.
- update_
fn_ ๐details Utilities to explore canditate update functions.