Authors: Cooper Simpson, Jaden Wang
A PyTorch implementation of the ARC algorithm: a second-order method for non-convex optimization. To that end, we consider a problem of the following form
All source code is made available under an MIT license. You can freely use and modify the code, without warranty, so long as you provide attribution to the authors. See LICENSE
for the full text.
This repository can be cited using the entry in CITATION
. See Publications for a full list of publications related to ARC and influencing this package. If any of these are useful to your own work, please cite them individually.
This package can be installed via pip. From the terminal, run the following command:
pip install pytorch-arc
from torch_arc import arc
@article{
}