1 2 3 4 5 6
//! Re-exports of optimizer types from the optimizers module. //! //! This module serves as a convenience re-export point for all optimizer //! functionality. The actual implementations are in the `optimizers` submodule. pub use crate::optimizers::*;