pub struct ReasoningBankConfig {
pub num_clusters: usize,
pub pattern_dim: usize,
pub max_patterns: usize,
pub similarity_threshold: f32,
}Fields§
§num_clusters: usize§pattern_dim: usize§max_patterns: usize§similarity_threshold: f32Trait Implementations§
Source§impl Clone for ReasoningBankConfig
impl Clone for ReasoningBankConfig
Source§fn clone(&self) -> ReasoningBankConfig
fn clone(&self) -> ReasoningBankConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReasoningBankConfig
impl Debug for ReasoningBankConfig
Auto Trait Implementations§
impl Freeze for ReasoningBankConfig
impl RefUnwindSafe for ReasoningBankConfig
impl Send for ReasoningBankConfig
impl Sync for ReasoningBankConfig
impl Unpin for ReasoningBankConfig
impl UnsafeUnpin for ReasoningBankConfig
impl UnwindSafe for ReasoningBankConfig
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