Enum rgsl::types::monte_carlo::VegasVerbosity [] [src]

pub enum VegasVerbosity {
    Off,
    Summary,
    Grid,
    Rebinning,
}

The default setting of verbose is Off, which turns off all output. A verbose value of Summary prints summary information about the weighted average and final result, while a value of Grid also displays the grid coordinates. A value of 'Rebinning' prints information from the rebinning procedure for each iteration.

Variants

Trait Implementations

impl Clone for VegasVerbosity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VegasVerbosity
[src]