Struct argmin::newton::Newton [] [src]

pub struct Newton<'a> { /* fields omitted */ }

Newton method struct (duh)

Methods

impl<'a> Newton<'a>
[src]

[src]

Return a Newton struct

[src]

Set maximum number of iterations

Trait Implementations

impl<'a> ArgminSolver<'a> for Newton<'a>
[src]

Parameter vector

Cost value

Hessian

Initial parameter(s)

Type of Problem (TODO: Trait!)

[src]

Initialize with a given problem and a starting point

[src]

Compute next point

[src]

Handles the stopping criteria

[src]

Run initialization and iterations at once

impl<'a> Default for Newton<'a>
[src]

[src]

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