Alvaro Mendez Civieta

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 10
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 0
  • サブスクリプション 4

アクティビティの概要

Alvaro Mendez Civietaさんの最近のアクティビティ
  • Alvaro Mendez Civietaさんがコメントを作成しました:

    Hello Jaromil, Thank you for your answers. The only bound I know for the weights is the [-1, 1] interval, but after the problem is solved I do not have any prior knowledge of other bounds. Here I p...

  • Alvaro Mendez Civietaさんがコメントを作成しました:

    Hello and thank you for your answer, Yes, the data is generated randomly, but I used different ways of generating different datasets and found the same problem. As I increase the number of variable...

  • Alvaro Mendez Civietaさんが投稿を作成しました:

    Extremely large computation time in a small non convex problem

    回答済み

    I am trying to solve a principal components problem in Gurobi. This problem is defined as: $$ max_w(w^tX^tXw) \quad s.t. \quad \|w\|_2=1 $$ I have programmed the following function that solves this...

  • Alvaro Mendez Civietaさんが投稿を作成しました:

    How to add L1 norm as a constraint in PCA

    回答済み

    I am trying to solve the PCA problem adding an extra \(L_1\) constraint into it. Given a data matrix \(X\), my objective function to solve is  \[max_w{w^tX^tXw} \quad s.t. \quad \|w\|_2=1, \quad \|...

  • Alvaro Mendez Civietaさんが投稿を作成しました:

    Principal component analysis in Gurobi as a non convex problem. Inaccurate solution

    回答済み

    I am programming PCA in Gurobi python as a non convex optimization problem. I know that PCA has an analytical solution much easier to calculate but I am interested in programming this as a first st...

  • Alvaro Mendez Civietaさんが投稿を作成しました:

    Solving linnear regression in Gurobi python

    回答済み

    I am new to gurobi and decided to solve a well known problem as regression. I found this notebook https://gurobi.github.io/modeling-examples/linear_regression/l0_regression.html where an L0 penaliz...