├── FW.py ├── Q.csv ├── README.md ├── Zconvergence.png ├── coeff2.csv ├── linknode.csv ├── linknode2.csv └── writeup.docx /FW.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serena049/Implementation-of-the-Frank-Wolfe-Algorithm/HEAD/FW.py -------------------------------------------------------------------------------- /Q.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serena049/Implementation-of-the-Frank-Wolfe-Algorithm/HEAD/Q.csv -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serena049/Implementation-of-the-Frank-Wolfe-Algorithm/HEAD/README.md -------------------------------------------------------------------------------- /Zconvergence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serena049/Implementation-of-the-Frank-Wolfe-Algorithm/HEAD/Zconvergence.png -------------------------------------------------------------------------------- /coeff2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serena049/Implementation-of-the-Frank-Wolfe-Algorithm/HEAD/coeff2.csv -------------------------------------------------------------------------------- /linknode.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serena049/Implementation-of-the-Frank-Wolfe-Algorithm/HEAD/linknode.csv -------------------------------------------------------------------------------- /linknode2.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serena049/Implementation-of-the-Frank-Wolfe-Algorithm/HEAD/linknode2.csv -------------------------------------------------------------------------------- /writeup.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/serena049/Implementation-of-the-Frank-Wolfe-Algorithm/HEAD/writeup.docx --------------------------------------------------------------------------------