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

pub struct GradientDesc;

Simplest possible Gradient Descent algorithm Gradient step is just gradient * learning_rate

Trait Implementations

impl Clone for GradientDesc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GradientDesc
[src]

impl Debug for GradientDesc
[src]

Formats the value using the given formatter.

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

Calculates local step for minimizing function