The Wayback Machine - https://web.archive.org/web/20200708170647/https://github.com/topics/convex-optimization
Skip to content
#

convex-optimization

Here are 172 public repositories matching this topic...

stumarcus576
stumarcus576 commented Sep 14, 2018

I am trying to solve two problems, one after the other, by varying a single parameter p. But, according to Convex.jl, the solution to the second problem is the same as the first, which I know should not be the case, so Convex.jl is not detecting the parameter change when it solves the problem the second time. That is, in the two problems below, Convex.jl reports the solution to be 4; but for the s

A C++ toolkit for Convex Optimization (Logistic Loss, SVM, SVR, Least Squares etc.), Convex Optimization algorithms (LBFGS, TRON, SGD, AdsGrad, CG, Nesterov etc.) and Classifiers/Regressors (Logistic Regression, SVMs, Least Squares Regression etc.)
  • Updated Oct 11, 2018
  • C++
palmoreck
palmoreck commented Dec 28, 2019

Use

  • for bash:
/usr/bin/time --verbose 
perf stat -e cycles,stalled-cycles-frontend,stalled-cycles-backend,instructions,\
cache-references,cache-misses,branches,branch-misses,task-clock,faults,\
minor-faults,cs,migrations -r 3
  • for Python:
#cProfile:
python -m cProfile -s cumulative
python -m cProfile -o profile.stats
pip install runsnake
#linepro

Matlab Simulation for T. K. Vu, M. Bennis, S. Samarakoon, M. Debbah and M. Latva-aho, "Joint In-Band Backhauling and Interference Mitigation in 5G Heterogeneous Networks," European Wireless 2016; 22th European Wireless Conference, Oulu, Finland, 2016, pp. 1-6. URL: http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7499273&isnumber=7499250
  • Updated Dec 10, 2017
  • MATLAB

Improve this page

Add a description, image, and links to the convex-optimization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the convex-optimization topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.