simChef icon indicating copy to clipboard operation
simChef copied to clipboard

Allow `Experiment$new` to take a list of `{dgp,method,eval,visualizer}_funs`

Open jpdunc23 opened this issue 4 years ago • 0 comments
trafficstars

The user may just want to pass a function directly rather than having to initialize the DGP (etc.) object with the function before passing to Experiment$new. Passing objects is the encouraged way for more flexibility of initialization, but can support this as well for convenience.

jpdunc23 avatar Sep 21 '21 19:09 jpdunc23