lkapelevich
Applied Scientist at Amazon. MIT Operations Research Center Ph.D. grad. This is my personal account.
AmazonSeattle, WA
Pinned Repositories
ConicBenchmarkUtilities.jl
Julia utilities for the conic benchmark format for mathematical optimization
conjgradexperiments
run files for experimenting with conjugate gradients of barrier functions
PolynomialRoots.jl
Fast complex polynomial root finder, with support for arbitrary precision calculations
RegressionBenchmarks.jl
Class project, not meant to be used
SDDiP.jl
The functionality from this package has been moved to https://github.com/odow/SDDP.jl
SDDP.jl
Stochastic Dual Dynamic Programming in Julia
Simplex.jl
Naive dense toy for COS (for math not for use)
WrightOmega.jl
Approximation of the Wright omega function
lkapelevich's Repositories
lkapelevich/SDDiP.jl
The functionality from this package has been moved to https://github.com/odow/SDDP.jl
lkapelevich/RegressionBenchmarks.jl
Class project, not meant to be used
lkapelevich/ConicBenchmarkUtilities.jl
Julia utilities for the conic benchmark format for mathematical optimization
lkapelevich/conjgradexperiments
run files for experimenting with conjugate gradients of barrier functions
lkapelevich/PolynomialRoots.jl
Fast complex polynomial root finder, with support for arbitrary precision calculations
lkapelevich/SDDP.jl
Stochastic Dual Dynamic Programming in Julia
lkapelevich/Simplex.jl
Naive dense toy for COS (for math not for use)
lkapelevich/WrightOmega.jl
Approximation of the Wright omega function
lkapelevich/2021.0177
lkapelevich/BenchmarkProfiles.jl
Performance and data profiles
lkapelevich/DynamicPolynomials.jl
Multivariate polynomials implementation of commutative and non-commutative variables
lkapelevich/ECOS.jl
Julia wrapper for the ECOS conic optimization solver
lkapelevich/Gurobi.jl
Julia interface for Gurobi Optimizer
lkapelevich/HiGHS
Linear optimization software
lkapelevich/Hypatia.jl
interior point solver for general convex conic optimization problems
lkapelevich/IterativeSolvers.jl
Iterative algorithms for solving linear systems, eigensystems, and singular value problems
lkapelevich/julia
The Julia Language: A fresh approach to technical computing.
lkapelevich/JuMP.jl
Modeling language for Mathematical Optimization (linear, mixed-integer, conic, semidefinite, nonlinear)
lkapelevich/Krylov.jl
A Julia Basket of Hand-Picked Krylov Methods
lkapelevich/MathOptInterface.jl
An abstraction layer for mathematical optimization solvers.
lkapelevich/Mosek.jl
Interface to the Mosek solver in Julia
lkapelevich/MultivariateBases.jl
Standardized API for multivariate polynomial bases based on the MultivariatePolynomials.jl API.
lkapelevich/Pardiso.jl
Calling the PARDISO library from Julia
lkapelevich/PolyJuMP.jl
A JuMP extension for Polynomial Optimization
lkapelevich/RowEchelon.jl
Small package containing the rref fonction for computing the reduced row echelon form of the matrix A
lkapelevich/SegExample.jl
lkapelevich/SemialgebraicSets.jl
Extension of MultivariatePolynomials to semialgebraic sets
lkapelevich/SnoopCompile.jl
Making packages work faster with more extensive precompilation
lkapelevich/SparClur2.jl
Sparse regression over clusters
lkapelevich/SumOfSquares.jl
Sum of Squares Programming for Julia