Giter VIP home page Giter VIP logo

simspad's Introduction

simspad's People

Contributors

willmatthews avatar

Stargazers

 avatar

Watchers

 avatar  avatar

simspad's Issues

Renewal engine process is slightly innacurate.

Microcells are initialised by setting times since last detected photon, by sampling the distribution of a renewal process.

This renewal process assumed a constant photon arrival rate (mean of all photon rates), rather than emulating the incoming photon stream. This is a problem as periodic signals are initialised with an aperiodic assumption, so the first few recovery times of the output MIGHT be invalid.

From my testing it seems like an excellent approximation, but it's still an approximation and writing a better form of the renewal process which accounts for varying rate parameter might be the way I need to go.

API Keys unimplemented

API Key authentication should be implemented to ensure safety.
This could be easily achieved using a NoSQL database queried by the server on a simulation request.
This may require a large rewrite on how the API is used.

Server crash

Server crashes after running a lot of simulations.
the N it crashed on is listed here for a few runs:

144935
144680
144935
148389

Error message in terminal is:
free(): invalid next size (normal)

These are suspiciously close to 2^17
As server has four cores - something is happening around 2^15
This seems like an issue with a signed integer somewhere.

Maybe in cpp_httplib?

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.