pub struct RegretBound {
pub t: usize,
pub d: f64,
pub g: f64,
}Expand description
Regret bound summary.
Fields§
§t: usizeNumber of rounds T.
d: f64Domain diameter D.
g: f64Gradient norm bound G.
Implementations§
Auto Trait Implementations§
impl Freeze for RegretBound
impl RefUnwindSafe for RegretBound
impl Send for RegretBound
impl Sync for RegretBound
impl Unpin for RegretBound
impl UnsafeUnpin for RegretBound
impl UnwindSafe for RegretBound
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more