https://github.com/GPflow/GPflow
Revision c283fecb350a6647a07698fb2af7a4a1c2b1077c authored by Artem Artemev on 27 March 2018, 10:27:17 UTC, committed by Mark van der Wilk on 27 March 2018, 10:27:17 UTC
* Action initials.

* Introducing actions.

* Change implicit interfaces for an optimizer.

* Add simple action tests.

* Natural gradient integration.

* Unify natural gradient optimizer interface.

* Fix NatGradOptimizer test.

* Forgot to add actions.py file.
1 parent f3fe7da
Raw File
Tip revision: c283fecb350a6647a07698fb2af7a4a1c2b1077c authored by Artem Artemev on 27 March 2018, 10:27:17 UTC
GPflow Actions. (#678)
Tip revision: c283fec
.coveragerc
[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top