Closed h-vijayakumaran closed 1 year ago
The run_multiple_realizations
function has been simplified by being able to accept built-in arguments of f3dasm as strings (e.g. sampler='latin'.
The same goes for the optimizer and function arguments.
FYI; in later versions of f3dasm this function will be deprecated; since this is a data-driven process on it's own.
I feel that some parts of the execution code are structured in a complex way, and the intuition might be lost to the reader. Referring to an example of multiple realizations of SGA from the tutorial
practical_session_solutions.ipynb
:It would be helpful if there aren't many complex arguments of
domain
,design
, anddata
(which take one another as argument for instantiation) used again in dictionaryimplementation
.