I have following values for each object:
- 100,50,50
- 30,100,20
- 100,80,20
- 120,50,70
- 120,60,60
- 300,100,20
- 350,50,100
- 30,300,300
- 120,10,100
I want to find an function how to calculate optimal ratio (which should be 2:1:1) and compare that ratio also with first value, so from my list best option should be option 5, then 4, then maybe 1, ...
So aspect ratio is crutial, first value should be 2*(second,third) while second and thirdone should be equal ideally. If they are not equal and difference is huge, then it should be. "penaltized" ...
Dont know if I explain it correctly. This should be applied in bigdata for future, where I want to always find best value, if it is possible