nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#746 double_controller bids have zero quantity sometimes, #2484

Open nikhilgupta10 opened 7 years ago

nikhilgupta10 commented 7 years ago

When double_controller submits a -cap or zero price bid then the quantity is zero. This makes it difficult to analyze the output from the bid log. It's probably also wrong when the market clears with negative prices.

,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: The user dchassin does not exist anymore. Therefore assigning this to afisher1. "dchassin":Looks like the erroneous bid happes in the else statement, line 971 of controller.cpp (v23, double ramp mode). All of the logic is in the lines right above that, and probably needs to be tweaked. Under RAMP mode, it's right round line 746, but the logic doesn't quite seem right...

,

"jcfuller":- Description has changed:

Diff: