Struct argmin::multistart::MultiStart [] [src]

pub struct MultiStart<'a, A> where
    A: ArgminSolver<'a>, 
{ /* fields omitted */ }

Starts several optimization problems at once

Methods

impl<'a, A> MultiStart<'a, A> where
    A: ArgminSolver<'a>, 
[src]

[src]

Create a new empty instance of MultiStart

[src]

Add another solver with corresponding prob_def (problem definition) and init_param (initial parameter).

[src]

Run the solvers sequentially

Trait Implementations

impl<'a, A> Default for MultiStart<'a, A> where
    A: ArgminSolver<'a>, 
[src]

[src]

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