ProtoLife / daptics-api

API documentation and clients for the daptics.ai design of experiments engine
https://daptics.ai
GNU General Public License v3.0
1 stars 1 forks source link

`simulate_experiment_responses` should work with design? #32

Open nhpackard opened 3 years ago

nhpackard commented 3 years ago

Only way I could get it to work was to first call random_experiments_with_responses to generate experiments, then hand over those experiments to simulate_experiment_responses.

Maybe simulate_experiment_responses should have identical args to random_experiments_with_responses?

Maybe names should also be parallel, e.g. random_experiments_with_responses simulated_experiments_with_responses