/ModOpt

Modular Optimisation tools for solving inverse problems

Primary LanguagePythonMIT LicenseMIT

ModOpt

travis coveralls license python27 python35 python36

Author:Samuel Farrens (samuel.farrens@cea.fr)
Version:1.2.0
Date:21/11/2018
Documentation:https://cea-cosmic.github.io/ModOpt/

ModOpt is a series of Modular Optimisation tools for solving inverse problems.

Contents

  1. Dependencies
    1. Required Packages
    2. Optional Packages
  2. Installation

Dependencies

Required Packages

In order to run the code in this repository the following packages must be installed:

Optional Packages

The following packages can optionally be installed to add extra functionality:

Installation

To clone the ModOpt repository from GitHub run the following command:

$ git clone https://github.com/cea-cosmic/ModOpt

To install using easy_install run the following command:

$ easy_install modopt

To install using pip run the following command:

$ pip install modopt