Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mathematical-optimization

collatz sequence - optimising code

Steepest descent spitting out unreasonably large values

Algebraic structure and programming

Using Oracle SQL as a matching engine

Discrete optimization for a function on a matrix

How to find the "interior boundary" / "interior convex hull" for a list of 3D points?

How to cover a set of circles in a plane with disjoint circles of constant radius?

How to localize a signal given the location of three receivers and the times at which when they receive the signal (Time Delay of Arrival)?

Minimizing this error function, using NumPy

Vertex-Coloring/Assignment to minimize the number of "color crossings"

R optim same function for fn and gr

Nelder-Mead Algorithm in boost library

Single Precision Math Operations in .NET?

Sorting points such that the minimal Euclidean distance between consecutive points would be maximized

Optimization to find complex number as input

Quickly finding the first point at which a function equals 0 using scipy.optimize

Which is faster: x*x or x**2?