optimization

John D. Cook

The n queens problem is to place on an n × n chessboard n queens so that none attacks any other. This means there is only one queen on every horizontal, vertical, and diagonal line. When n is a prime number ≥ 5, it is sufficient to place the queens on a line that has slope 2, 3, 4, …, […] The post Queens on a prime order board first appeared on John D. Cook .

combinatoricsmathematicsoptimization
Hot Questions - Stack Exchange
Recent Questions - Quantitative Finance Stack Exchange

I'm curious about an exercise found in Optimization Methods in Finance . Exercise 8.2 (pg 143) explores a variant of the more commonly used form of MVO. When I refer to the more common variant I'm talking about: $$ \begin{aligned} \operatorname{max}_x \mu^Tx - \frac{\delta}{2}x^T\Sigma x & \\ Ax &= b \\ Cx &\ge d \end{aligned} $$ The variant that directly uses standard deviation by taking the squ…

optimizationquant-finance
Hot Questions - Stack Exchange
Scientific Reports
Hot Questions - Stack Exchange
Hot Questions - Stack Exchange
Hacker News

Cocktail Optimization, an Integer Programming Problem June 18, 2026 I’ve been interested in integer programming problems for a long time (they the most interesting problems in dedupe). In the past, I approached them by writing custom branch-and-bound algorithms. I have been using Google’s OR Tools for a project that involves a lot of vehicle routing, and I started to wonder how these mixed intege…

mathematicsoptimization
Towards Data Science
nLab
Urs Schreiber
4d ago

constructive mathematics, realizability, computability propositions as types, proofs as programs, computational trinitarianism Wikipedia defines control theory as a field of control engineering and applied mathematics that deals with the control of dynamical systems Michel Fliess, Jean Lévine, Philippe Martin, Pierre Rouchon, Flatness and defect of non-linear systems: introductory theory and exam…

mathematicsoptimization
Scientific Reports
Physics Forums

A simple linear problem goes min c'x such that f_i(x)<= 0 and Ax=b x Suppose we make all constraints affine. Then Dx-e<=0 and Ax-b =0 We get the Langrangian function as c'x + λ'(Dx-e) +ν'(Ax-b) and since Ax-b is 0, we reduce L to c'x + λ'(Dx-e) The dual function g is inf L(x,λ) x Then I... Read more

mathematicsoptimization
Computer science : nature.com subject feeds
Simcenter

Discover the latest enhancements in Simcenter Flux 2026.1, including accelerated electromagnetic simulations, improved modeling productivity, expanded engineering workflow connectivity and emerging approaches leveraging surrogate models and optimization.

electrical-engineeringengineeringoptimization
Scientific American
Scientific Reports
Fabbaloo

A new neural field-based optimization method aims to reshape parts to reduce overhangs and, in turn, minimize the need for 3D printing support structures. The post Neural Shape Optimization Could Cut 3D Print Supports appeared on Fabbaloo .

3d-printingengineeringmanufacturingoptimizationtechnology
Hacker News

Below is an open problem, an approachable problem, one perhaps you will be the one to solve! We send a bit over a noisy grid, starting from the origin and propagating out as a wave. Can we recover the original bit when looking at just the wavefront? This is easy to solve for 1D, mostly solved in 2D, and still open in 3D and above. Here is the lecture that introduced the problem to me, as well as …

mathematicsoptimizationprobability
DEV Community

From ThreadPoolExecutor to httpx AsyncClient: True Async Refactoring Published on : 2026-06-06 Reading time : 6 min Tags : #python #async #performance #optimization The Problem: Fake Async The supabase-async library claimed to be async but actually wrapped synchronous calls with ThreadPoolExecutor: # ❌ Fake async (old code) class SupabaseAsync : def __init__ ( self ): self . _executor = ThreadPoo…

computer-scienceoptimizationperformance
Scientific Reports
research.ioresearch.io

Sign up to keep scrolling

Create your feed subscriptions, save articles, keep scrolling.

Already have an account?