Pinned Repositories
admm-for-lp
Experiments to speed up ADMM optimization algorithm for linear & semidefinite programming
ADMM_for_SDP
ADMM method for SDP problems, input in SDPA format, algorithm by Wen, Zaiwen, Donald Goldfarb, and Wotao Yin, 2010.
amgcl
C++ library for solving large sparse linear systems with algebraic multigrid method
coneopt
CONE OPTimizer
cuda-revised-simplex
An implementation of the revised simplex algorithm in CUDA for solving linear optimization problems in the form max{c*x | A*x=b, l<=x<=u}
cusparse-cholesky-solver
A sample code for sparse cholesky solver with cuSPARSE and cuSOLVER library
Data-Infeas
Interior-Point-Method
A repository for Matlab implementation of Interior Point Method for general non-linear objective/constraints
LP-TEST-PROBLEM-FROM-NETLIB
This repositort include linear programming from netlib both in mps and mat format.
zrjer.github.io
My website
zrjer's Repositories
zrjer/LP-TEST-PROBLEM-FROM-NETLIB
This repositort include linear programming from netlib both in mps and mat format.
zrjer/ADMM_for_SDP
ADMM method for SDP problems, input in SDPA format, algorithm by Wen, Zaiwen, Donald Goldfarb, and Wotao Yin, 2010.
zrjer/amgcl
C++ library for solving large sparse linear systems with algebraic multigrid method
zrjer/cusparse-cholesky-solver
A sample code for sparse cholesky solver with cuSPARSE and cuSOLVER library
zrjer/zrjer.github.io
My website
zrjer/ecos
A lightweight conic solver for second-order cone programming.
zrjer/examples-of-web-crawlers
一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
zrjer/GPH
Heuristics for mixed-integer programming
zrjer/Inexact_IP-PMM
zrjer/IP-PMM_QP_Solver
zrjer/LIBS2ML
LIBS2ML: A Library for Scalable Second Order Machine Learning Algorithms
zrjer/matrix-factor
Code for providing incomplete factorizations of symmetric indefinite matrices.
zrjer/Min-Cost-Flow-Class
C++ solvers for Minimum Cost Flow Problems
zrjer/Mittelmann-s-Test-Set-for-LP-
zrjer/MLCoursera
Here I store all the exercises and projects of this course.
zrjer/Osi
Open Solver Interface
zrjer/osqp-eigen
Simple Eigen-C++ wrapper for OSQP library
zrjer/Parallel-Solvers-for-Linear-System
Parallel Solver for Large Sparse Matrix Computations
zrjer/PIPS
Parallel solvers for optimization problems
zrjer/PIPS-IPMpp
PIPS-IPM++ - a massively parallel interior point method for primal-dual block angular Linear Programms
zrjer/PSU19
Using Stephan Gelever's C++ linear algebra library (github.com/gelever/linalgcpp), we extend it and add some functionality to the SparseMatrix class and graph partitioning functions. Then, we implement the conjugate gradient method with varying preconditioners, with the subject of interest being multi-level graph (laplacian) partitioning preconditioners.
zrjer/Python3WebSpider
《Python3网络爬虫开发实战》书稿
zrjer/QETLAB
A MATLAB toolbox for quantum entanglement.
zrjer/regot-python
A collection of SOTA solvers for regularized optimal transport (OT) problems, implemented in efficient C++ code.
zrjer/SCpp
Implementation of LQR, SOCP MPC and SCvx in C++
zrjer/scs
C package that solves convex cone problems via operator splitting
zrjer/Sparse-Matrix-Factorization-Library
zrjer/sympiler
zrjer/vexcl
VexCL is a C++ vector expression template library for OpenCL/CUDA/OpenMP
zrjer/vilin-numerical-optimization
Application and framework for executing and testing numerical optimization methods. State of the art algorithms such as l-bfgs, cg_descent, Levenberg-Marquardt etc. A various line search methods: Wolfe, strong Wolfe, More-Thuente, approx-Wolfe. Useful and user friendly gui