Skip to content

altashly1/VLMinorityGameKit.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

VLMinorityGameKit.jl is a Julia package that implements the Minority Game by Challet and Zhang:

Challet D, Zhang Y.C., (1998) On the minority game: Analytical and numerical studies. Physica A: Statistical Mechanics and its Applications. Volume 256, Pg. 514-532

Installation and Requirements

VLMinorityGameKit.jl is organized as a Julia package which can be installed in the package mode of Julia.

Start of the Julia REPL and enter the package mode using the ] key (to get back press the backspace or ^C keys). Then, at the prompt enter:

(v1.6) pkg> add VLMinorityGameKit

This will install the VLMinorityGameKit.jl package and the other required packages. VLMinorityGameKit.jl requires Julia 1.6.x and above. VLMinorityGameKit.jl is open source. You can download this repository as a zip file, or clone or pull it by using the command (from the command-line):

$ git pull https://github.com/varnerlab/VLMinorityGameKit.jl.git

or

$ git clone https://github.com/varnerlab/VLMinorityGameKit.jl.git

How do I contribute to this package?

Fork the project and go crazy with it! Check out Rob Allen's DevNotes for a beginner's guide to contributing to a GitHub project to get started.

About

A Julia package for the minority game by Challet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Julia 100.0%