https://github.com/GPflow/GPflow
Revision 3d406c4d07cbde5fdf6d58fbb06454217716d5d1 authored by Artem Artemev on 21 October 2017, 21:45:41 UTC, committed by Artem Artemev on 21 October 2017, 21:45:41 UTC
1 parent 0fa5e2c
Raw File
Tip revision: 3d406c4d07cbde5fdf6d58fbb06454217716d5d1 authored by Artem Artemev on 21 October 2017, 21:45:41 UTC
Use right objective function inside hmc.
Tip revision: 3d406c4
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top