Skip to content

Basic implementation of El Farol model in Julia for Agent Based Modeling

License

Notifications You must be signed in to change notification settings

nosarzewski/ElFarolJulia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ElFarolJulia

Basic implementation of El Farol model in Julia for Agent Based Modeling.

For details on El Farol model please refer to:

Model takes following arguments as input (default values in brackets):

  • num_agents (100) - number of agents in simulation,
  • sim_ticks (100) - number of iterations in a simulation,
  • crowd_threshold (60) - number of agents, over which the bar is overcrowded,
  • memory_size (5) - number of previous iterations each agent remembers,
  • num_of_strategies (10) - number of random strategies assigned for each agent.

Written in Julia v.1.0.2.

Credits:

  • Kraiński Łukasz,
  • Nosarzewski Aleksander.

About

Basic implementation of El Farol model in Julia for Agent Based Modeling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages