f3dasm icon indicating copy to clipboard operation
f3dasm copied to clipboard

Quality of life improvements for user

Open SNMS95 opened this issue 10 months ago • 0 comments

  • Explicit naming of samplers: from grid, random to grid_sampler, randm_sampler etc.
  • Explain or eliminate **kwargs in public API e.g. grid documentation says it accepts kwargs but what are the expected arguments?
  • Unify ways to execute block. Currently there are multiple ways to do the same thing i.e. with experiment_data.run or with Block.call etc.
  • Datagenerator block is confusing since the execute method uses self.experiment_sample without very providing it explicitly.

SNMS95 avatar Feb 10 '25 11:02 SNMS95