This pull request fixes a bug which occurs every time when the local tuner is run without any data to resume from. This was due to the result object being created which internally scans for the current best point, throwing an error if the list is empty.
This pull request fixes a bug which occurs every time when the local tuner is run without any data to resume from. This was due to the result object being created which internally scans for the current best point, throwing an error if the list is empty.