- #1
malcolm60
- 6
- 0
Help -- Optimization Problem
Hello people,
I am working on certain energy optimization problems in multiprocessor systems.
My objective function is:
E= U*x / (1-yC)^2
where U and C are constants and x and y are independent variables. I need to minimize this function under the constrain that
x*y = L.
where L is another constant.
i.e. I need the values of x and y which minimize E
Can anyone help me with this?
Thanks for your time
Hello people,
I am working on certain energy optimization problems in multiprocessor systems.
My objective function is:
E= U*x / (1-yC)^2
where U and C are constants and x and y are independent variables. I need to minimize this function under the constrain that
x*y = L.
where L is another constant.
i.e. I need the values of x and y which minimize E
Can anyone help me with this?
Thanks for your time