Tom Nielsen
Tom Nielsen
I'm working a lot on this for the moment. Normally you dan do `{done: $done}` (on recent releases) but this may not work in edit. Let me check. Ordering is...
you need to set `plugin-name` in the plugin export declaration, for example: https://github.com/saltcorn/signature-pad/blob/main/index.js#L78 - otherwise it gets confused on either local or npm install about npm package name vs plugin...
I really need to doc this
leaflet-maps is now released as 0.1.7
@mark-myer for installing local plugins, give the full npm module name for the module including organisation if you have one e.g. `@saltcorn/json`. If I then use the absolute local path...
Also, on the command line: ``` saltcorn install-plugin -d /path/to/plugin ``` no need to give package name here
we could just do #8 first, then modify the Haario adaptive metropolis strategy to work on both Ints and Reals. Then at least we have adaptive metropolis for integer parameters.
We may also want different MALA variants as different strategies, e.g. with respect to using different covariance matrices for the proposal
and also check that none of the gradient values are NaN or Inf or anythign else.
I have done this in testMCMC.hs apart from the plotting