https://github.com/GPflow/GPflow
Revision cca61f0955b769d3070d196a29e0385487528374 authored by Artem Artemev on 18 May 2019, 07:14:07 UTC, committed by Artem Artemev on 18 May 2019, 07:14:07 UTC
1 parent d98a7f4
Raw File
Tip revision: cca61f0955b769d3070d196a29e0385487528374 authored by Artem Artemev on 18 May 2019, 07:14:07 UTC
Default optimizer in training loop.
Tip revision: cca61f0
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