KZARCA
KZARCA
Hi! I have a similar problem: here is my config with `http-proxy-middleware` ```javascript apiProxy = proxy('/',{ target:'http://127.0.0.1:3000', ws:true, ssl: { key: fs.readFileSync('privkey.pem'), cert: fs.readFileSync('fullchain.pem') } }); app.use(apiProxy); app.listen(443); ``` and...
Hi, can you please repost this issue in the new heemod repository (aphp/heemod)? Best
Hi, You're right, that's an important feature to add. I will focus on it in a near future. In the meanwhile, what you could do is to create a loop...
Hi Diego, How would you use the model estimates in your dsa?
Hi, We've got the argument `init` to specify the initial counts for each state, but nothing to change the counts for different strategies. Can you please provide us with an...
I see. It is for now not possible to set different initial counts. If you are comfortable with R, I think that you need to change the `run_model_` function and...