Battery scheduling of microgrid

1 回表示 (過去 30 日間)
Muhammad  Sufyan
Muhammad Sufyan 2018 年 2 月 16 日
編集済み: Birdman 2018 年 2 月 16 日
I want to optimize the cost of microgrid which contains few diesel generator and energy storage. The cost function of diesel generator is quadratic (non-linear) and battery cost function is also non-linear.
battery_cost(t) = ((b_price)/(b_cap*dod(t)*lifecycle(t)*eff))+0.5*Pb_dis(t)*x_dis(t)
The objective function is
battery_cost(t)+gen1(t)+gen2(t)+gen3(t)
I am trying to use fmincon for non linear optimization. I need use your suggestions how to use fmincon for this purpose as I am confuse should I use the gen1 as variable or the power dispatched by gen1. Kindly need your valuable answers

回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with Optimization Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by