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
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top