Package edu.cuny.cat.valuation

Classes for setting up supply/demand schedules for trading agents.

See:
          Description

Interface Summary
ValuerGenerator A valuer generator can create instances of ValuationPolicy with each for a trader.
 

Class Summary
AbstractRandomValuer A framework of valuation policy in which a valuation is drawn from a distribution.
DailyRandomValuer A valuation policy in which we are allocated a new random valuation at the end of each day.
DailyRandomValuerGenerator This valuer generator creates valutions drawn from distributions similar to the situation in RandomValuerGenerator, but the valuations are redrawn at the end of each day.
DistinctDistributionValuer A valuation policy in which valuations are drawn from a uniform distribution which remains the same during a game but may change game from game.
DistinctDistributionValuerGenerator This valuer generator creates valuation policies in which we randomly determine our valuation across all auctions and all units at agent-initialisation time.
FixedValuer A valuation policy in which we maintain a fixed private valuation independent of time or auction.
FixedValuerGenerator Agents configured with valuation policies created by this generator will receive an identical fixed private value at value.
GamelyRandomValuer A valuation policy in which we are allocated a new random valuation at the end of each game (iteration).
GamelyRandomValuerGenerator This valuer generator creates valutions drawn from distributions similar to the situation in RandomValuerGenerator, but the valuations are redrawn at the end of each game (iteration).
IntervalValuerGenerator Agents configured with valuation policies created by this generator will receive a unique private value from a common set of values starting at minValue and incrementing by step as each agent is assigned a valuation at agent setup time.
RandomValuer A framework of valuation policy in which a valuation is drawn from a distribution.
RandomValuerGenerator This valuer generator creates valuation policies in which we randomly determine our valuation across all auctions and all units at agent-initialisation time.
ValuationPolicy A commodity valuation policy for determining private values for traders.
 

Package edu.cuny.cat.valuation Description

Classes for setting up supply/demand schedules for trading agents.