Epistimio/orion

Python API suggestion: make `ExperimentClient.suggest()` return a `Trial` object

lebrice opened this issue · 0 comments

Would be nicer to return a Trial object, both for clarity and typing purposes.

  • What does TrialCM do?
  • Could the context manager portion simply be added to the Trial class, and the TrialCM class be removed?
  • Could the TrialCM extend Trial, and only customize what it needs? (This way, the ExperimentClient would return a Trial)