write_to_csv

Function write_to_csv 

Source
pub fn write_to_csv<P>(
    output_file_path: P,
    evaluation_table: &[EvaluationRecord],
) -> Result<()>
where P: AsRef<Path>,
Expand description

Outputs score and execution time record per seed to CSV file.