Dose who know about Optimization with Summation objective function?
Ältere Kommentare anzeigen
Hello, I want make objective function for 24-h Charging / Discharging scheduling.

So, I made like this
for 1:24
for 1:5
fun = a*P_char*C_cost1 - (1-a)P_dischar*C_cost2 %% a=charging signal, P = charging discharging power, C = charging discharging cost
end
end
but this function didn't consider other times cost, they just think current time step only.
How can I fix my function? Plz help me. thank you :)
Akzeptierte Antwort
Weitere Antworten (1)
Muhammad Umair Javed
am 9 Jun. 2020
0 Stimmen
Hi Kim
I am also working on a mixed integer nonlinear problem and using MINLP MATLAB toolbox, and using SCIP solver. I am just wondering how you to give a nonlinear objective function in this suit?

Thanking you in anticipation
Umaie
Kategorien
Mehr zu Get Started with Optimization Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!