RandomLotkaVolterraCavity.jl

Documentation for RandomLotkaVolterraCavity.

Overview

The purpose of RandomLotkaVolterraCavity.jl is to provide a framework to study the fixed-point structure of the Lotka-Volterra model on random graphs with the cavity method.

Installation

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

pkg> add https://github.com/Mattiatarabolo/RandomLotkaVolterraCavity.jl

Or, equivalently, via the Pkg API:

julia> import Pkg; Pkg.add(url="https://github.com/Mattiatarabolo/RandomLotkaVolterraCavity.jl")

Index