Mentions légales du service

Skip to content

refactor the Experiment class to be more user friendly

CANSIZ Sergen requested to merge feature/141-refactor-experiment-class into develop

Experiment class code refactoring:

  • new API (getters, setters, run_once(), run(rounds()) with near-backward compatibility
  • small changes in API (rounds => round_limit, getters syntax eg model_instance => model_instance())
  • robustify code with argument checking
  • robustify code with testing/catching errors in code
  • better exception handling (propagate #212 (closed) to Experiment class + prettier messages for user
Edited by CANSIZ Sergen

Merge request reports