Client helper functions

orion.client – Helper function for returning results from script

orion.client.report_results(data)[source]

Facilitate the reporting of results for a user’s script acting as a black-box computation.

Parameters:data – A dictionary containing experimental results

Note

To be called only once in order to report a final evaluation of a particular trial.

Note

In case that user’s script is not running in a orion’s context, this function will act as a Python print function.

Note

For your own good, this can be called only once.