English

Convex Optimization in Julia

Optimization and Control 2014-10-20 v1 Mathematical Software Machine Learning

Abstract

This paper describes Convex, a convex optimization modeling framework in Julia. Convex translates problems from a user-friendly functional language into an abstract syntax tree describing the problem. This concise representation of the global structure of the problem allows Convex to infer whether the problem complies with the rules of disciplined convex programming (DCP), and to pass the problem to a suitable solver. These operations are carried out in Julia using multiple dispatch, which dramatically reduces the time required to verify DCP compliance and to parse a problem into conic form. Convex then automatically chooses an appropriate backend solver to solve the conic form problem.

Keywords

Cite

@article{arxiv.1410.4821,
  title  = {Convex Optimization in Julia},
  author = {Madeleine Udell and Karanveer Mohan and David Zeng and Jenny Hong and Steven Diamond and Stephen Boyd},
  journal= {arXiv preprint arXiv:1410.4821},
  year   = {2014}
}

Comments

To appear in Proceedings of the Workshop on High Performance Technical Computing in Dynamic Languages (HPTCDL) 2014

R2 v1 2026-06-22T06:27:37.594Z