GithubHelp home page GithubHelp logo

reconka's Introduction

Replay a kappa trace and extract connectivity information


In order to compile, you need to opam pin --dev add KaSim [1] and you can then ocamlbuild ReConKa.native (or ocamlbuild ReConKa.byte if necessary).


./ReConKa -help should tell you what you need to know.

[1] KaSim requires Ocaml >= 4.02.3. Opam will take care of installing other dependencies.

reconka's People

Contributors

feret avatar pirbo avatar

Stargazers

 avatar  avatar

Watchers

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

reconka's Issues

Plot period is broken, or means something different than KaSim's

The central idea behind trace replaying is the capacity to compare stuff across multiple traces.

  • Option -p plot period has a confusing behavior. E.g. -p 1 does not yield an observation point (roughly) every time unit, but closer to an observation per event. Moreover -p 1000 seems to approach a period of 1 observation per time unit, at least late in the simulation. Why 1000? Is the period relative to the total length of the trace?

  • If the user wants a plot point every time unit, the user should get that, not roughly every time unit. The key difference is that 2 traces will almost never fall on the same float value of time. These should be dumped in alarm time, or at least like KaSim does respecting the plot period.

Usecase: I have a model with a parameter that can be any of m values. I want to compare the giant-component generation by these m values. I simulate each parametrization for n time units with plot period of 1, get m output files each with n values nicely indexed by their n integer time points. Then I switch to ReConKa and now all my connectivity.csv values across parametrizations are not comparable (i.e. the first point is different for every parametrization). With -p 1 I would expect ReConKa to produce a file with n rows, like KaSim does.

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.