Gideon Dresdner
Gideon Dresdner
before this change scholar.py would throw an error ``` TypeError: can't concat bytes to str ``` This is fixed simply by converting the binary string to ascii. Also, the newline...
I naively tried `ForwardDiff.gradient(det, A)` and compared it to the output of `(det(A) * inv(A))' * A)`([Jacobi's Formula](https://en.wikipedia.org/wiki/Jacobi's_formula) for a real square matrix `A`. They should be the same value,...
This is a first step towards implementing Homotopy CGMs into copt. Based closely on the existing Frank-Wolfe implementation, this incorporates additional linear constraints into the picture via homotopy smoothing. In...
Hi everyone, I am taking the first steps to adding homotopy smoothing methods. I don't have a timeline but will probably work on this from time to time over the...
This is an exciting project and I would like to help out. So many questions! Where do I begin?
Fixes this error when running `pip install .` ``` ERROR: Command errored out with exit status 1: command: /cluster/home/dgideon/software/anaconda3/envs/dim/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-i502lsuj/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-i502lsuj/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"',...
### Version latest ### On which installation method(s) does this occur? _No response_ ### Describe the issue See log output below ### Minimum reproducible example _No response_ ### Relevant log...