Skip to content
Posts tagged: scicomp
All Posts
-
Updating QR decomposition for geometrically similar least squares problem
-
Are there good block sparse matrix solver libraries?
-
PhD in scientific computing to be a scientific programmer
-
Optimization Problem with Array Index as decision variable
-
Numerical Simulation of a Quadratic MIP with a highly rational term
-
What are the benefits of cutting by half the number of multiplications needed to calculate factorial n?
-
Faster Logistic Function
-
What are the usual steps and checks involved in upgrading a Scientific Computing code, if there is any?
-
RobOptim for real-time computation
-
Nearest neighbours with a subset structure
-
About using SOCP solvers to solve QCQP
-
Disjunctive programming software
-
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
-
Find the smallest convex hull that enclose an arbitrary point
-
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?
-
How to stack N boxes of varying heights into M stacks, most evenly
-
What are some good strategies to test a floating point arithmetic implementation for double numbers?
-
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?
-
Estimate the number of self-avoiding walks of length $n$
-
Simulate circular mold spread using cellular automata - square emerges instead
-
Stochastic cellular automata - algorithm limited by 1 cell per timestep
-
Why should non-convexity be a problem in optimization?
-
Solving absolute value systems
-
Need software for generating self-avoiding random walks on a tetrahedral lattice
-
Solve two-player game - minimize the l-infinity norm of a matrix-vector product
-
Tool to compare if two logical expressions are same!
-
Understading memory sharing in a GPGPU using a lattice example
-
What are some algorithms to calculate the width of an arbitrary polygon when a bounding box approximation is inaccurate
-
Optimization of expensive model with many parameters
-
Using MILP to place a set of primers along a genome
-
How to store a TB size array in C++ on a cluster
-
Writing code on the CPU while developing, running it on the GPU when live - which approach?
-
Could the convex problem be tackled by CVX?
-
Disciplined convex programming expression of $x\sqrt{1-x}$
-
Should benchmarkings be done at all? What is the point?
-
CPU usage when a MPI rank waits during a blocking communication
-
Why am I getting this DCPError?
-
Optimal line such that maximum points are between an upper and lower boundary
-
How to solve calculus of variations problems numerically?
-
Deep learning using Distributed linear algebra
-
What guidelines should I follow for simulation software projects?
-
Do most statistical packages and libraries in high-level programming languages rely on LAPACK for their matrix inversion operations?
-
Find shortest path around a cylinder represented by 3d triangular mesh
-
Binary combinatorial optimization with hard to compute costs
-
MINLP with GEKKO - Modeling discrete variables
-
Data structures of AMR(Adaptive Mesh Refinement) with quadtree
-
Efficient algorithm to decide if a graph is a cactus?
-
Computer build for scientific or big data computing
-
Is it more efficient to capture many constraints in one constraint?
-
GPGPU language for AMD?
-
Testing if two 12x12 matrices have the same determinant
-
Time complexity analysis
-
Convexity of Sum of $k$-smallest Eigenvalue
-
How can I find a line segment with the most intersections along with the coordinates of the intersection points?
-
How to compute 16 different simulations on parallel with pbs script on the same machine
-
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
-
Simple way to store/read data from file in C++
-
Is Highams' computation of mean worth the price?
-
How to choose a python parallelization library?
-
C++ Best practices for dealing with many constants, variables in scientific codes
-
How to choose the parameters for a collision free comet trajectory
-
Formulate and solve a simple conic programs in cvxpy language
-
Minimize cost with Levenberg-Marquart method
-
Question about strange outputs from the CVXPY solver
-
Ranking Sewer Lines worst to best condition using Genetic Algorithm?
-
Algorithm to generate water flow map, given a terrain
-
Nystrom approximation of SVD for asymmetric matrices
-
efficient MPI collective non-blocking communication