Struct bandit::BanditConfig[][src]

pub struct BanditConfig {
    pub log_file: Option<PathBuf>,
}

Fields

Log file for logging details about the bandit algorithm run. What will be logged depends on the bandit algorithm implementation.

Trait Implementations

impl Debug for BanditConfig
[src]

Formats the value using the given formatter. Read more

impl PartialEq for BanditConfig
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for BanditConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations