https://github.com/GPflow/GPflow
Raw File
Tip revision: a382def2e4e25861c500974f6168b2bb4fa9bf94 authored by Artem Artemev on 11 November 2017, 21:54:43 UTC
Merge pull request #547 from GPflow/GPflow-1.0-RC
Tip revision: a382def
guts.rst
==================
The guts of GPflow
==================

.. automodule:: gpflow.param

Param
-----

.. autoclass:: Param

Parameterized
-------------

.. autoclass:: Parameterized

AutoFlow
--------

.. autoclass:: AutoFlow

Model
-----

.. automodule:: gpflow.model
.. autoclass:: Model

GPModel
-------

.. autoclass:: GPModel
back to top