Skip to content

aareshfb/Tree-Parametric-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Tree-Parametric-Algorithm

This repository contains the code of the algorithm in the paper "A Parametric Approach for Solving Quadratic Optimization with Indicators Over Trees".

Use line below to import the function:

from Parametric import Para_Algo

The function has Para_Algo requires 4 arguments.

Q: n x n dimention numpy array. This is the quadratic term in the objective function.

c: n dimention numpy array. This is the linear term in the objective function.

lam: n dimention numpy array. This is the regularizer $\lambda$ in the objective function.

M: (Optional. The default value is 5000.) A Float. This is the bounds on variable x.

About

A Parametric Approach for Solving Quadratic Optimization with Indicators Over Trees.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages