Skip to content

SimpleCompetitivenessModel

Bumsuk Seo edited this page Sep 28, 2020 · 1 revision

Overview

This is a very simple idea for competition. It is based on the dot product of residual demand and supply.

Code Example

<simpleCompetitivenessModel removeCurrentLevel="false" removeNegative="false"/>
  • removeCurrentLevel: If set to true, then the current supply will be added back to the residual demand, so competitiveness is calculated as if the cell is currently empty
  • removeNegative: If set to true, all negative demand (i.e. oversupply) is removed from the dot product
Clone this wiki locally