Warning, /AID2E-framework/tests/test_utilities/fixtures/dtlz2/problem.config is written in an unsupported language. File is not indexed.
0001 # Problem configuration for DTLZ2 toy problem
0002 # This file specifies the optimization problem structure and objectives.
0003
0004 problem:
0005 name: "DTLZ2 Multi-Objective Optimization"
0006 type: "toy"
0007 output_location: "./output/dtlz2"
0008 work_location: "./work/dtlz2"
0009
0010 # Design parameters file (relative or absolute path)
0011 design_parameters_file: "./design.params"
0012
0013 # Objectives specification
0014 objectives:
0015 - name: "f1"
0016 minimize: true
0017 - name: "f2"
0018 minimize: true