Using struct
type as an argument of paramscan()
function for faster simulation
#1107
Labels
data
related with datacollection
enhancement
New feature or request
simulation
running simulations (run! and company)
In the Performance Tips section of the documentation, it is recommended to use
struct
for model properties.However, when I tried to use
paramscan()
for simulation, the function requires to input a parameter set in theAbstractDict
type, which makes the simulation slower.How can I use
struct
type as an argument ofparamscan()
function? I think it would make the simulation faster.Thank you.
The text was updated successfully, but these errors were encountered: