Struct renforce::util::graddesc::RMSProp [] [src]

pub struct RMSProp<F: Float> { /* fields omitted */ }

The RMSProp algorithm (Hinton et al. 2012).

Methods

impl<F: Float> RMSProp<F>
[src]

Creates a new RMSProp

Trait Implementations

impl<F: Debug + Float> Debug for RMSProp<F>
[src]

Formats the value using the given formatter.

impl<F: Clone + Float> Clone for RMSProp<F>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<F: Float> GradientDescAlgo<F> for RMSProp<F>
[src]

Calculates local step for minimizing function

impl Default for RMSProp<f64>
[src]

Returns the "default value" for a type. Read more