Type Definition cerebral::adaptable::BoxedAdaptable

source ·
pub type BoxedAdaptable<N, R> = Box<dyn Adaptable<N, R> + Send>;

Trait Implementations§

source§

impl<N, R> Adaptable<N, R> for BoxedAdaptable<N, R>where N: Neural, R: Responsive<N>,

source§

fn adapt( &mut self, neurons: &mut N, responsiveness: &mut R, pattern: &ArrayView1<'_, f64>, influence: f64, rate: f64 )

source§

fn clone_dyn(&self) -> BoxedAdaptable<N, R>

source§

impl<N, R> Clone for BoxedAdaptable<N, R>where N: Neural, R: Responsive<N>,

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more