importance of weights in optimization

조회 수: 1 (최근 30일)
NN
NN 2021년 4월 22일
편집: johnnynoc4sh 2021년 10월 6일
Hi,
This code written below is taken from matlab example , https://ww2.mathworks.cn/matlabcentral/fileexchange/73139-microgrid-energy-management-system-ems-using-optimization?s_tid=prof_contriblnk
Can someone please help me to understand the importance of weights in optimisation and and why final weight is multiplied with Ebatt in the objective function ?
% Minimize cost of electricity from the grid
prob.ObjectiveSense = 'minimize';
prob.Objective = dt*Cost'*PgridV - FinalWeight*EbattV(N);
  댓글 수: 1
johnnynoc4sh
johnnynoc4sh 2021년 10월 5일
편집: johnnynoc4sh 2021년 10월 6일
I´m also working on this example. Unfortunately I also couldn´t figure out, what the mentioned line means. The documentation lacks this information. I guess it is about giving the solver the information, that a certain state of charge at the end of the optimization process should be archieved. Since the documentation lacks informations it is not clear what kind of unit FinalWeight has.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulink Design Optimization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by