Ben Thompson
Ben Thompson
This is still a problem. It'd be nice to include the docker context in my prompt like [spaceship does by default](https://github.com/spaceship-prompt/spaceship-prompt/blob/master/sections/docker_context.zsh) but it makes my zsh prompt super slow so...
This has happened to me several times in the last week. M1/Monterey 12.0.1 I'd be happy to provide log output if such a thing exists.
I think this is a reasonable distinction. Sounds good!
Marc has relinquished his fierce grasp on this issue allowing for another hero to step in and save the day.
I just wanted to leave a comment saying that the implementation of a solver more appropriate for this purpose would not be a huge undertaking and 75% of the pieces...
Yeah, this sounds great. I don't think we should prioritize this before our 2.0 release. Does that sound reasonable?
And remove Python 3.6 support.
> I don't fully understand the value of the off-diagonal elements of the Hessian for CD when it's only updating one variable at a time. _Why_ does performance degrade if...
Some potential steps: * Add a benchmark problem with 5,000 columns -- solvable but slow with current methods. * Reimplement the diag_fisher stuff. * Add a benchmark problem with 50,000...
An interesting idea here would be to implement an L-BFGS + CD solver. At each iteration, the new gradient information would be used to approximate the Hessian using a low...