Fabian Fröhlich

Results 143 comments of Fabian Fröhlich

I am on 11.5.2 and have reinstalled osxfuse 4.2.0 and rebootet multiple times but the error message is not going away.

> @FFroehlich please describe the steps you take, one by one, and write out any error message you receive, all in the order it happens. That will help others diagnose...

> Ok, thanks @FFroehlich, so if you > > 1. Press Cancel and disregard the error > 2. reboot macOS > 3. call SSHFS via the command line > >...

> How unfortunate. Everyone else in this thread using macFUSE 4.2.0 on macOS 11.5 seems to find the reboot fixes their issue, so we need to find out what is...

Do I correctly understand that implementation would simply require replicating https://github.com/symengine/symengine.py/blob/5496ffcb4d9d24ee4af2754aafc124c5fc0e21c5/symengine/lib/symengine.pxd#L793 and following and adapting it to the CSRMatrix class?

This is probably the result of scipy better harmonizing the optimization interfaces. Simply removing the specific mapping of `maxiter` to `max_nfev` for trust_constr should fix the issue.

`maxiter`/`max_nfev` appears to be fixed in https://github.com/ICB-DCM/pyPESTO/pull/283 (about a year before this issue was posted?). I think the actual issue is `ftol`, which shouldn't be set with a default for...

Whats the reason to implement `get_neglogpost` and `get_neglogprior`, `get_negloglikelihood` as `problem` method? I find it more plausible to have them as method of `objective`.

> One could add said functionality to a class `NegLogPosterior` (which should exist already), which should basically hold a prior and a likelihood, in addition to `__call__`. Sounds good!

> I second the suggestion by @elbaraim - Perhaps the right idea would be to modify the `tqdm` decorator (by adding a parameter for the write out interval) or implement...