Package edu.cuny.cat.trader

Classes for trading agents.

See:
          Description

Class Summary
AbstractTradingAgent An abstract implementation of trading agents that can bid in a market and can choose between markets to maximize their profit.
PeriodicResettingCondition resets a trading agent after every fixed-length period.
ResettingCondition specifies in which condition a trader should be reset to simulate fresh air in market.
TradingAgent An implementation of trading agents that can bid in a market up to a fixed number of units of commodities, and can choose between markets to maximize their profit.
 

Package edu.cuny.cat.trader Description

Classes for trading agents.