GithubHelp home page GithubHelp logo

tjhladish / epifire Goto Github PK

View Code? Open in Web Editor NEW
41.0 41.0 15.0 43.77 MB

A fast C++ API for simulating the spread of epidemics on contact networks.

License: Other

C++ 26.69% C 72.98% Shell 0.14% Makefile 0.08% QMake 0.11%

epifire's People

Contributors

bhostetler18 avatar eugenemel avatar pearsonca avatar tjhladish avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

epifire's Issues

MersenneTwister deprecation

The current MT implementation uses register keyword and differences of different enum types, both of which issue deprecation warnings.

The register issue can be just be find-replaced. The enums can be converted to static const ints with no loss.

More broadly, MT should just be replaced with more recent standard library approaches, as prng is better in the standard now than it was at the time library authored.

qmake install instructions not working as expected for Ubuntu 18.04.4

Hi Thomas,

I followed your written instructions for installing EpiFire from source code for Linux.
After installing the listed packages, I checked my qmake install by running qmake --version and got this error:

qmake: could not find a Qt installation of ''

Running the following code installed a version of qmake with Qt version 5.9.5:

sudo apt-get install qt5-default

Then, I was able to successfully compile the source code linked in the install instructions with qmake.

I would have submitted a PR with this suggested addition to the install instructions, but I see that they're contained in a release tag.

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.