pub struct RuntimeAdaptation { /* private fields */ }Expand description
Complete runtime adaptation system
Implementations§
Source§impl RuntimeAdaptation
impl RuntimeAdaptation
Sourcepub fn consolidate(&mut self)
pub fn consolidate(&mut self)
Consolidate learning (call periodically)
Sourcepub fn stats(&self) -> AdaptationStats
pub fn stats(&self) -> AdaptationStats
Get adaptation stats
Auto Trait Implementations§
impl Freeze for RuntimeAdaptation
impl RefUnwindSafe for RuntimeAdaptation
impl Send for RuntimeAdaptation
impl Sync for RuntimeAdaptation
impl Unpin for RuntimeAdaptation
impl UnwindSafe for RuntimeAdaptation
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