Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 686 Bytes

installation.rst

File metadata and controls

33 lines (24 loc) · 686 Bytes

Installation Instructions

parmest is included in Pyomo (pyomo/contrib/parmest). To run parmest, you will need Python version 3.x along with various Python package dependencies and the IPOPT software library for non-linear optimization.

Python package dependencies

  1. numpy
  2. pandas
  3. pyomo
  4. mpisppy (optional)
  5. matplotlib (optional)
  6. scipy.stats (optional)
  7. seaborn (optional)
  8. mpi4py.MPI (optional)

IPOPT

IPOPT can be downloaded from https://projects.coin-or.org/Ipopt.

Testing

The following commands can be used to test parmest:

cd pyomo/contrib/parmest/tests
python test_parmest.py