-
Hi,
I would like to use nlexperiment to fit a Netlogo model to data. I am able to run the model, do a sensitivity analysis etc. but as soon as I tried to use optim or nmkb I run into troubles with my…
-
```
CXX pruner.lo
In file included from defs.h:56:0,
from bkz_param.h:23,
from pruner.h:19,
from pruner.cpp:16:
nr/dpe.h: In member func…
-
hi,
I'm currently trying to implement venn diagrams with Canvas,and your code has given me a lot of inspiration , thanks for the good work.
I have a question which is mentioned in the title…
-
Hi Yixuan. Do you think it would be possible to make a version where the gradient could be estimated numerically? I am trying to optimise the parameters of the covariance functions (kernels) in a Gaus…
-
I found, that optimizer for `_fit` was changed from `minimize` to `fmin` in utils with [that commit](https://github.com/CamDavidsonPilon/lifetimes/commit/bc06a6c73932e888c034df1c6a596ca28375e728#diff-…
-
I was wondering if there is any support for complex optimization problems. I have a function that takes in an array of complex128s and returns a Float64. Ideally I'd like to minimize that function wit…
-
-
This dialogue seems easier than I thought - at least to get started!
It will be similar and could start by adapting a copy of the Two Variable > Fit Model dialogue.
In a copy of that dialogue for n…
-
Dear Mark,
I have been trying to use `rstpm2` to estimate models with shared frailty terms:
```r
library(rstpm2)
data(brcancer)
fit
-
The subplex is a variant of the Nelder-Mead simplex method that is good for noisy functions and converges faster for some problems. An author of several Julia packages has a C implementation [here.](h…