Skip to content

Latest commit

 

History

History

Economic Algorithms

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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