GitXplorerGitXplorer
m

constrained_optimization

public
2 stars
0 forks
3 issues

Commits

List of commits on branch master.
Unverified
9abb33a101721ede014bdeb9e359d96ccfb6865f

more info

mmanuel-delverme committed 3 years ago
Verified
4ce73389b0a969633d0a7fa044b81af696d151bb

Merge pull request #13 from manuel-delverme/flat_constraints

mmanuel-delverme committed 3 years ago
Verified
80ce7326108acca58aacfc7d8064c42d4915208c

Merge pull request #12 from manuel-delverme/no_shrinkage

mmanuel-delverme committed 3 years ago
Unverified
c4e4190c468c1112f8bc1a46f045cbd72f505d7a

Flat constraints version bump

mmanuel-delverme committed 3 years ago
Unverified
567bcc14c1ca1d25a128fb8e329d91b30ba24ca4

dense constraints should be flat 1d

mmanuel-delverme committed 3 years ago
Unverified
d53c6ec2ce09ed3e2249e08f93a28a615be1c9ce

revert of the numdim change

mmanuel-delverme committed 3 years ago

README

The README file for this repository.

torch_constrained

Steps for development

  • Python >= 3.8

1) Clone the repository with the ssh link

git clone git@github.com:manuel-delverme/constrained_optimization.git

2) venv and requirement installation

install torch manually for your cuda driver https://pytorch.org/get-started/locally/

python -m venv venv
source venv/bin/activate
pip install -r requirements-dev.txt

3) Enable flake for good code checking

pre-commit install
git config --bool flake8.strict true

Style guides

https://google.github.io/styleguide/pyguide.html

https://www.python.org/dev/peps/pep-0008/