make_report_file¶
- make_report_file(simu_dir, x, y=None, report_file='report.csv', input_description=None, output_description=None)¶
Writes a report file associated to one evaluation, including the input and the corresponding output.
- Parameters:
- simu_dirstr
Path where the inputs and outputs files associated to one evaluation are stored.
- xlist of float
Input vector evaluated.
- ylist of float
Corresponding output vector.
- report_filestr
Name of the output file written.
- input_descriptionlist of str
List of strings describing the intputs.
- output_descriptionlist of str
List of strings describing the outputs.