Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 496 Bytes

File metadata and controls

17 lines (12 loc) · 496 Bytes

Economic Algorithms Course Materials

Algorithms:

Adjust Winner

1. Order objects in ascending order of value ratio of: value(agent-b) / value(agent-a)
2. Initialization: give all objects to agent-a
3. Give objects to agent-b in order until:
	3.1 sum(value(agent-a)) equals to sum(value(agent-b))
	Or:
	3.2 There is a one object that if we cut him the values will be equal