An open API service indexing awesome lists of open source software.

https://github.com/lueasf/aco

Applied Convex Optimization with CVXPY, Gurobipy and LSM.
https://github.com/lueasf/aco

cvxpy gurobipy lp lsm optimization portfolio slsqp

Last synced: 7 months ago
JSON representation

Applied Convex Optimization with CVXPY, Gurobipy and LSM.

Awesome Lists containing this project

README

          

# Geometric Optimization with CVXPY and ECOS

This project demonstrates how to solve geometric optimization problems using convex programming.

> It finds the extreme point of a convex shape (ex diamond) that maximizes projection along a specified direction.

## ECOS
ECOS (Embedded Conic Solver) is an open-source solver, designed for SOCP (Second Order Cone Programming) and SDP (Semidefinite Programming).

### Phase 3
A & B : SLSQP \\
C & D : Log-barrier method with warm start \\
F & G : Realist version
finance :

Les poids étant tous égaux (0,25), chaque actif contribue de façon à peu près identique (environ 7 % de la volatilité totale), ce qui confirme qu’on a bien atteint l’objectif d’un portefeuille « risk parity ».