Front Filesο
The Saes library provides a multiobjective module designed for data from multiobjective optimization studies. The data are composed of the best and median Pareto front approximations found by a set of algorithms when solving a set of problems. The files containing these data must be stored in a folder tree following this structura:
π fronts_folder
βββ π algorithm-1/
β βββ π instance-1
| | βββ BEST_metric-1_FUN.csv
| | βββ MEDIAN_metric-1_FUN.csv
| | .
| | .
| | βββ BEST_metric-k_FUN.csv
| | βββ MEDIAN_metric-k_FUN.csv
β βββ π instance-2
| .
| .
| βββ π instance-m
βββ π algorithm-2/
.
.
βββ π algorithm-n/
Structure Detailsο
Each algorithm has its own directory inside
fronts_folder
.Within each algorithmβs folder, instances are stored as subdirectories.
Each instance contains multiple CSV files representing Pareto fronts, following the format:
BEST_metric-x_FUN.csv
: The file with the best Pareto front approximation based on metric x.MEDIAN_metric-x_FUN.csv
: The file with the median Pareto front approximation based on metric x.