darrenarmstrong85 / scientist

q scientist library implementation
Apache License 2.0
0 stars 0 forks source link

Allow user to specify per-experiment init function #11

Closed darrenarmstrong85 closed 7 years ago

darrenarmstrong85 commented 7 years ago

As a user, I want to be able to supply some kind of init function for more expensive experiment setup

As an example, we may want to maintain a persistent connection to an external tool maintaining feature flags or values, which we may want to call at start of experiment but not on every call.

Done

Scientist API::