11.3.5. rheia.POST_PROCESS.post_process.PostProcessOpt.sorted_result_file

PostProcessOpt.sorted_result_file(y_val, x_val)

Generates the files that include the sorted population and fitness files. The population and fitness are sorted based on the first objective.

Parameters
  • y_val (ndarray) – The fitness values.

  • x_val (ndarray) – The set of design samples.