Package edu.cuny.cat.trader.marketselection

Trading agent's market selection strategies.

See:
          Description

Class Summary
AbstractMarketSelectionStrategy An abstract market selection strategy, the super class of all the implementations of market selection strategy.
AdaptiveMarketSelectionStrategy An adaptive market selection strategy using a discrete learner, which learns and makes decision on choosing market.
RandomMarketSelectionStrategy A market selection strategy that randomly chooses a specialist from the active ones in the game every day without considering which one is better.
StaticMarketSelectionStrategy A market selection strategy that always chooses a particular specialist to register with.
StimuliResponseMarketSelectionStrategy An adaptive market selection strategy using a stimuli response learner, which learns by receiving the agent's profit as reward and makes decision on choosing market.
StimuliResponseMarketSelectionStrategyWithReset An adaptive market selection strategy using a stimuli response learner, which learns by receiving the agent's profit as reward and makes decision on choosing market, and resets its memory daily with a probability.
 

Package edu.cuny.cat.trader.marketselection Description

Trading agent's market selection strategies.