Struct rusty_machine::learning::optim::grad_desc::GradientDesc
[−]
[src]
pub struct GradientDesc {
// some fields omitted
}Methods
impl GradientDesc[src]
fn new() -> GradientDesc
Constructs a new gradient descent algorithm.
Currently defaults to 1000 iterations and step size of 0.3. More control coming soon!