optimizing iterated objective function - containing ∑- sum operator
Mostra commenti meno recenti
I am writing MATLAB code to minimize objective function f(x,y) - please see attached image. P and Q are readily available (known) arrays of equal size n. My major challenge is on how to deal with P and Q to formulate the objective function f(x,y) for input to the optimization algorithm (genetic algorithm). I tried using a loop to iterate through all P and Q before the optimization process but i could not understand the resulting objective function and how to apply it in the optimization algorithm. Same challenge exists with the first constraint, dealing with P and Q. Is there any possible way i can resolve this? (n,a,b,R,K and L are all known constants). Thanks in advance.

Risposta accettata
Più risposte (2)
Wycliff Dembe
il 9 Apr 2019
Modificato: Wycliff Dembe
il 24 Ott 2019
3 Commenti
Muhammad Ali Zakria
il 8 Ott 2019
What is the following line doing? Is it taking some constant value from the input paramter?
x = inParam(1);
Wycliff Dembe
il 24 Ott 2019
Shahrooz Pouryousef
il 11 Mag 2022
Hi Wycliff, I need your help. I have almost the same objective function. But I have sum over three different sets in my objective function and also for each variable I need to call a function. Would you please help me on this? I can explain more if you are here.
Hanne Vanduffel
il 9 Apr 2019
0 voti
Could you please share your code?
Thanks in advance!
Categorie
Scopri di più su Solver Outputs and Iterative Display in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!