//! # laddu-extensions
//!
//! This is an internal crate used by `laddu`.
/// A module containing optimization interfaces and algorithm integrations.
pub use LikelihoodTermObserver;
/// Extended maximum likelihood cost functions with support for additive terms.
/// Randomized helpers used by stochastic likelihood terms.
pub use ;
pub use RngSubsetExtension;