Congestion management in deregulated environment using Generator Rescheduling

2 views (last 30 days)
my project is to minimize the rescheduling cost of the generators such that the congestion gets cleared at a least cost
F=min(summation(Cg*(delPg)*delPg))
where Cg price bids submitted by gencos and delPg is the real power adjustment of the generators. How to make code to obtain optimized power output of Generators? can anyone help me with this?
  2 Comments
Walter Roberson
Walter Roberson on 26 Dec 2011
There must be more to the equation than you have described, or else the solution would be to let delPg be 0.
Is delPG a matrix of fixed values, and does (delPg)*delPg indicate matrix multiplication ?

Sign in to comment.

Answers (0)

Categories

Find more on FPGA, ASIC, and SoC Development in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!