项目作者: surbhijain18

项目描述 :
Gossip Simulator and Push-Sum algorithm implementation.
高级语言: Elixir
项目地址: git://github.com/surbhijain18/Gossip-Simulator.git
创建时间: 2018-10-15T17:48:17Z
项目社区:https://github.com/surbhijain18/Gossip-Simulator

开源协议:

下载


Proj2

**TODO: Add description

mix escript.build

./proj2 numNodes topology algorithm

Eg, ./proj2 100 line|rand2D|torus|3D|full|imp2D gossip|push-sum

**

Installation

If available in Hex, the package can be installed
by adding proj2 to your list of dependencies in mix.exs:

  1. def deps do
  2. [
  3. {:proj2, "~> 0.1.0"}
  4. ]
  5. end

Documentation can be generated with ExDoc
and published on HexDocs. Once published, the docs can
be found at https://hexdocs.pm/proj2.