Adjust

Trait Adjust 

Source
pub trait Adjust {
    // Required method
    fn adjust(&mut self, factor: PositiveReal);
}
Expand description

Change the maximum size of a local trial move.

Required Methods§

Source

fn adjust(&mut self, factor: PositiveReal)

Change the maximum trial move size by the given scale factor.

Implementors§