rndsim
v8.0.0
Published
Agent-Based Simulation of R&D
Readme
Agent-Base Simulation of Research & Development.
Installation
npm install [-g] rndsim
Usage
Running simulations using CLI
$ rndsim [INPUT-FILE] [OUTPUT-FOLDER].- The required structure of the input file is described in
js/schema.js(available in the repo).
Using input editor
- Not yet available if installed via npm.
For Developers
Running Tests
$ npm test
