GithubHelp home page GithubHelp logo

vaxcounselors.jl's Introduction

VaxCounselors.jl

code style blue DOI

VaxCounselors is a envy-free based model for vaccines distribution.


This is a model developed for a Master's Project at Universidade de São Paulo (University of São Paulo). It simulates the distribution of vaccines for a population of individuals in a pandemic context using an Envy-Free strategy. Other strategies (Maximize-Benefit, Minimize-Benefit, Oldest-First and Random-Vaccination) were also implemented for comparison purposes.

Quickstart

To install VaxCounselors.jl run

julia> ]
(my_project) pkg> add <path-to-package>

And to run all strategies for a country and some setups:

julia> using VaxCounselors

julia> countries::Vector{String} = ["usa"]
julia> setups::Vector{Int64} = [1,2,3,4]

julia> VaxCounselors.run_model(countries, setups)

Multithreading and Multiprocessing

To start julia enabling multithreading and multiple cores the flags --threads and --procs can be used .

$ julia --project=./ --threads=auto --procs=6

More info on that can be found in Julia's multithread page and multi-processing page.

vaxcounselors.jl's People

Contributors

zapiano avatar

Stargazers

 avatar

Watchers

 avatar Vitor Hirata Sanches avatar

vaxcounselors.jl's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.