/cmf

Cluster based mean field

Primary LanguagePythonApache License 2.0Apache-2.0

cmf

Cluster based mean field

Installation

  1. Download

     git clone https://github.com/vibinabraham/cmf.git
     cd cmf/
    
  2. create virtual environment (optional)

     virtualenv -p python3 venv
     source venv/bin/activate
    
  3. Install

     pip install .
    
  4. run tests

     pytest test/*.py