assume-framework / assume

ASSUME - Agent-based Simulation for Studying and Understanding Market Evolution
https://assume.readthedocs.io
22 stars 5 forks source link

Add stochastiticity to clearing #387

Closed kim-mskw closed 1 month ago

kim-mskw commented 2 months ago

Curretnly there is the problem that when we have over capacity and multiple identical power plants bid the same, always the first x needed power plants get rewarded. This is just weird and should be fixed.

For example here pp_7 to 15 bid identical: image

image

kim-mskw commented 2 months ago

Before clearing the orders should simply be shuffeld before they are sorted again.

kim-mskw commented 1 month ago

It does the trick

image

image