Commits
Click on a commit to change the comparison rangefix: actually remove legacy code files3 months ago
by denehoffman ci: run build checks on all PRs and pushes9 days ago
by denehoffman perf: improve L-BFGS-B performance by trading a matrix inverse for a solve9 days ago
by denehoffman refactor: remove ConjugateGradient method
I'm having trouble getting this method to work nicely, the current implementation needed a lot of fine tuning that I'm just not happy with, and it shouldn't really be this difficult to implement. We don't need CG right now, and I'd be happy to reimplement it later if there's a stable default configuration that works well9 days ago
by denehoffman