Find the best possible observation
Ältere Kommentare anzeigen
Hello all,
I have a problem but I am not sure how to approach it in MATLAB. Suppose I have 21x5 cell array where cols 1-5 represent:
- Name of observation
- Value 1
- Value 2
- Value 3
- Value 4
Every row is an observation and its corresponding values.
I want to set constraints on each column to find the best observation name such that values 1 and 4 are maximized and values 2 and 3 are minimized. It would also be good if I could rank each observation based on the fitting of the values to my constraints.
I think this is an optimization problem, but I have no idea how to even approach it in MATLAB. Any guidance to the right direction would be appreciated.
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Surrogate Optimization finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!