rawls238 / PlanOut.js

A JavaScript port of Facebook's PlanOut Experimentation Framework
MIT License
308 stars 52 forks source link

How to use LazyInterpretedExperiment in namespace? #87

Open tehandyb opened 3 years ago

tehandyb commented 3 years ago

Is there an example for doing this? I found an example for LazyInterpretedExperiment https://github.com/rawls238/PlanOut.js/blob/master/examples/sample_interpreter_es5.js#L28 but was wondering how that experiment can be added to a Namespace since the namespace will not inherit any experiment params when it's instantiated

rawls238 commented 3 years ago

I'm not sure. I think this is @mattrheault's doing, so it's possible that he has some examples