scientistproject / Scientist.net

A .NET library for carefully refactoring critical paths. It's a port of GitHub's Ruby Scientist library
MIT License
1.47k stars 95 forks source link

Support multiple candidates #6

Closed haacked closed 8 years ago

haacked commented 8 years ago

The original Ruby library supports multiple candidates to compare to a control. We should do this. In fact, we should refactor the code to be a bit more in line with the Ruby library. We should only deviate where it makes sense because we're using C#

RichardDalton commented 8 years ago

Will have to learn me a bit of Ruby :smiley:

joncloud commented 8 years ago

I have worked on an implementation of this using a branch from my pull request #14. It's currently pushed out to https://github.com/joncloud/Scientist.net/tree/multipleBehaviors.

haacked commented 8 years ago

Even though the Ruby implementation does this, I want to wait till someone else asks for it. I don't have any experiments that needs more than one candidates so far.