#External Parameters in `MCIntegration.jl`
1 messages ยท Page 1 of 1 (latest)
Thanks, it looks like Configuration has a userdata field. It seems like you can supply the fixed parameters there and extract them in g
There's often an API for such things, which you should look for. If it's not specified, then assume it's this
g(x, c) = exp(-c.userdata*x[2]^2)