Discord
@pkisiel/model-market-client
Simulation
0
Public

Model Market - Client

This model contains two types of agents: shops and buyers. It also available in Python.
forked from @hash/model-market

This model contains two types of agents: shops and buyers. It also available in Python.

Shops have three possible state: closed (white), open but no recent sales (blue), and open with recent sales (green). Shops adjust their price if there has been no recent sales and close when their cost is greater than their price.

Buyers window shop at a certain number of shops before they buy. Once they can buy from a shop they search for a shop with a price equal to or lower than the lowest price found window shopping.

http://ccl.northwestern.edu/netlogo/models/community/ModelMarket

*Added the create_agents behavior to prepare for the initial state revamp