Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auctioneer price/PointBid.getDemandAt(Price) does not result in equalibrium #199

Open
wilcowijbrandi opened this issue May 1, 2015 · 0 comments

Comments

@wilcowijbrandi
Copy link
Member

There seems to be an issue with PointBids and the equalibrium price. The source of this problem lies probably in the combination of ArrayBids and PointBids, which do not have the same precision. I create a simple unit test to demonstrate the problem:
https://gist.github.com/wilcowijbrandi/ce156c84464dcffa3554

A temporary solution is to transform a PointBid into an ArrayBid and then call the getDemandAt method. See for example flexiblepower/fpai-apps@a869413.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant