drbenvincent / darc_toolbox

Run adaptive decision making experiments
MIT License
16 stars 2 forks source link

move BayesianAdaptiveDesignGeneratorDARC into badapted repo #83

Closed drbenvincent closed 4 years ago

drbenvincent commented 4 years ago

We have done a good job of making the badapted repo devoid of any DARC specific content so that it is entirely general.

But the badapted repo is missing the BayesianAdaptiveDesignGeneratorDARC class which is very general. We need to move this class (and associated helper functions into the badapted repo and out of this one.

By doing this, we create a new class (BayesianAdaptiveDesignGenerator) in the badapted repo which developers can then easily subclass for their own custom experiment toolboxes.

BayesianAdaptiveDesignGeneratorDARC class

Then...