pub struct FcdHyper {
pub steps: usize,
pub lr: f64,
pub kl_w: f64,
pub eval_every: usize,
pub bs: usize,
pub seq: usize,
pub seed: u64,
}Expand description
Training hyper-parameters (defaults = the certified recipe).
Fields§
§steps: usize§lr: f64§kl_w: f64§eval_every: usize§bs: usize§seq: usize§seed: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for FcdHyper
impl RefUnwindSafe for FcdHyper
impl Send for FcdHyper
impl Sync for FcdHyper
impl Unpin for FcdHyper
impl UnsafeUnpin for FcdHyper
impl UnwindSafe for FcdHyper
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