Skip to content

comet-java-sdk-1.1.12

Choose a tag to compare

@github-actions github-actions released this 14 Jun 14:55
· 28 commits to refs/heads/master since this release
9708923

What’s Changed

comet-java-client

  • Fixed StdOutLogger to append line break character to each logged line.
  • Defined Experiment.logText() interface methods
  • Implemented synchronous version of text logging by ApiExperiment.
  • Implemented asynchronous version of text logging by OnlineExperiment.
  • Defined Experiment.logCurve() interface methods
  • Implemented synchronous curve logging by ApiExperiment.
  • Implemented asynchronous curve logging by OnlineExperiment.

comet-examples

  • Updated OnlineExperimentExample to use different experiment name.
  • Implemented example of text logging in the OnlineExperimentExample.
  • Implemented example of curve logging in OnlineExperimentExample.