Hello This is a query relating to the use of smart_market code to generate optimum bid pricing for a set of generators. I read that case2off.m is responsible for the conversion of 'gencost' and 'gen' data to an optimum set of bids to buy/sell power to minimize total cost of meeting demand. I'd like to know: a) How to run this code. b) How to apply a fixed transaction limit between any two particular generators.
Any help will be greatly appreciated. Thanks Anirudh On Sat, May 22, 2010 at 12:30 AM, Ray Zimmerman <[email protected]> wrote: > MATPOWER 4.0b4 is available for download from the MATPOWER home page ... > > http://www.pserc.cornell.edu/matpower/ > > The primary changes from version 4.0b3 are: > > * New features: > - Added support for the IPOPT interior point optimizer for large scale > non-linear optimization. Use OPF_ALG = 580 and OPF_ALG_DC = 400 for > AC and DC OPF, respectively. Requires the Matlab MEX interface for > IPOPT, available from https://projects.coin-or.org/Ipopt/. > - Added RETURN_RAW_DER option to control when OPF solver returns > constraint, Jacobian and objective function gradient and Hessian > information. > - Refactored portions of opf() into opf_setup() and opf_execute(). > * Bugs fixed: > - Added check for invalid gencost model value in opf_setup(). > > For a complete and detailed list of changes from previous versions, see the > CHANGES file in the distribution, also available at: > > http://www.pserc.cornell.edu/matpower/CHANGES.txt > > As always, please send any bug reports, suggestions and comments, to the > MATPOWER mailing list (instructions on MATPOWER home page). > > Enjoy! > > Ray Zimmerman > Senior Research Associate > 211 Warren Hall, Cornell University, Ithaca, NY 14853 > phone: (607) 255-9645 > > > > > >
