Posts tagged: optimization
All Posts
-
Are there good block sparse matrix solver libraries?
-
About using SOCP solvers to solve QCQP
-
Python solvers for MINLP in Pyomo in Google Colab
-
Solver suggestion for many small quadratic problems in C++
-
A name for a numerical phenomena when using numerical methods
-
Going to try to move some of my scipy/numpy calculation to a new GPU, how to avoid disappointing results?
-
How to find the smallest ellipse covering a given fraction of a set of points?
-
Approximating the boundary between two sets of points (in 2D): Fitting a region
-
How do I find the minimum-area ellipse that encloses a set of points?
-
Why should non-convexity be a problem in optimization?
-
Solve two-player game - minimize the l-infinity norm of a matrix-vector product
-
Optimization of expensive model with many parameters
-
Using MILP to place a set of primers along a genome
-
How to use the least number of colors to color different routes of a bus route such that no two intersecting routes will have the same color?
-
Assigning people to shopping days by last name for COVID
-
How do I reduce the summation of a binary variable Integer Linear Programming
-
scipy optimization with multiple constraints
-
Could the convex problem be tackled by CVX?
-
Optimizing n-body simulation
-
L1-Norm minimization
-
Optimal line such that maximum points are between an upper and lower boundary
-
How to solve calculus of variations problems numerically?
-
Binary combinatorial optimization with hard to compute costs
-
MINLP with GEKKO - Modeling discrete variables
-
Best linearization for p-dispersion (maxmin) problem?
-
Convexity of Sum of $k$-smallest Eigenvalue
-
Find a solution of large system of inequalities
-
Is there an optimization scheme/algorithm that converges, for this non-convex scenario but with some special properties
-
Minimize cost with Levenberg-Marquart method
-
Question about strange outputs from the CVXPY solver
-
How to deal with an $xy\le 1$ constraint?
-
Python algorithm: What is the complexity of my algorithm and how can I optimize it?
-
Non-Disjunct Rectangle Edge Covering for 2D Squares on a Grid
-
How to optimize scoring in a match
-
PyOmo/Ipopt fails with "can't evaluate pow"
-
find optimal sum of elements in list of numbers that are > a given number
-
Algorithm - Group/sort list to maximize minimum average group value
-
Install JModelica on Lubuntu 15.04
-
Writing For loops efficiently