Tools for logging an optimisation procedure, specifically designed to work well with GPflow models.
A very similar structure should work well for general optimisation, which is what opt_tools attempts. This repo is the continuation specifically for GPflow models.
python setup.py develop
This code works with the new branch of GPflow. See ./notebooks/
for
usage examples.
This code is actively used by researchers who heavily use GPflow. We will endeavour to
However we cannot put the same effort into maintaining it as is done for GPflow, simply because logging is not always the priority for our daily activities. If something is broken, or if you want to improve something, we will be happy to consider pull requests.