pub fn write_to_csv<P>( output_file_path: P, evaluation_table: &[EvaluationRecord], ) -> Result<()>where P: AsRef<Path>,
Outputs score and execution time record per seed to CSV file.