Enum sbr::models::Optimizer[][src]

pub enum Optimizer {
    Adagrad,
    Adam,
}

Optimizer user to train the model.

Variants

Adagrad.

Adam.

Trait Implementations

impl Clone for Optimizer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Optimizer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Optimizer

impl Sync for Optimizer