The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Multi Objective Optimization
Hello,
I am looking for the rapidminer solution to solve my following problem:
I have 10 number of inputs features and two numeric features are used for multi-objective
Inputs 1...10 , Objective 1, Objective 2
My goal select features that have a minimum value of Objective 1 and Objective 2.
For Example:
Select the building physics features that have a minimum energy cost and energy usage.
Currently, so far solution available online is used for classification algorithm but in my case objective variable is a simple numeric value.
I am looking for the rapidminer solution to solve my following problem:
I have 10 number of inputs features and two numeric features are used for multi-objective
Inputs 1...10 , Objective 1, Objective 2
My goal select features that have a minimum value of Objective 1 and Objective 2.
For Example:
Select the building physics features that have a minimum energy cost and energy usage.
Currently, so far solution available online is used for classification algorithm but in my case objective variable is a simple numeric value.
0
Answers
Here an example of (simple) process using the "Golf" Dataset :
In this dataset, we can assimilate the "Temperature" and "Humidity" to your Objective 1 and 2 attributes
and the 3 other attributes to your input 1 , 2, etc attributes.
You can adapt this process to your own data :
Regards,
Lionel
But I am looking for optimization algorithm solution.
𝑥 = { 𝑋 wall , 𝑋 roof , 𝑋 ground , 𝑋 window , 𝑋 light , 𝑋 cool , 𝑋 heat }, in the solution space 𝑋,
the objective are
𝑍1 (x ∗) is energy cost
𝑍2 (x ∗) is energy consumption
find the vector(s) 𝑥 ∗ that: Minimise: 𝑍(𝑥 ∗ ) = {𝑍1 (x ∗), 𝑍2 (x ∗)} define the Pareto front
So the goal is to get optimal space X values that to minimize the objective value and