Metadata-Version: 2.1
Name: tremulator
Version: 0.0.1
Summary: A package to emulate expensive functions using Gaussian processes.
Home-page: https://github.com/StijnDebackere/tremulator
Author: Stijn Debackere
Author-email: debackere@strw.leidenuniv.nl
License: UNKNOWN
Description: # Function emulation using Gaussian processes
        
        `tremulator` provides the `Emulator` class for easy emulation
        of expensive functions with user-defined training and acquisition
        functions. It is built upon [`george`](https://github.com/dfm/george)
        and allows the trained emulator to be saved to an
        [`asdf`](https://github.com/spacetelescope/asdf) file. The saved file
        can be read by the `Interpolator` class which then requires no more
        training.
        
        ## Installation
        
        ### Github
        
        The package can be installed from Github by running the following
        commands in the preferred installation location:
        ```
        git clone https://github.com/StijnDebackere/tremulator
        cd tremulator
        python3 setup.py install
        ```
        
        <!-- ### Using pip -->
        
        <!-- `tremulator` is available on [PyPI](https://pypi.org/), install using -->
        
        <!-- ``` -->
        <!-- pip install tremulator --upgrade -->
        <!-- ``` -->
        
        ### Dependencies
        `tremulator` will automatically install the following packages
        - numpy
        - scipy
        - asdf
        - emcee
        - george
        - pyDOE
        - tqdm
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
