Top "Mathematical-optimization" questions

Mathematical optimization deals with maximizing or minimizing an objective function by choosing values from within an allowed feasible set of possible values.

What's the most efficient way to detect triangle-triangle intersections?

How can I tell whether two triangles intersect in 2D Euclidean space? (i.e. classic 2D geometry) given the (X,…

math geometry mathematical-optimization
Linear programming library for .NET / C#

I need to solve an under-determined linear system of equations and constraints, then find the particular solution that minimises a …

c# .net mono mathematical-optimization linear-programming
How computer multiplies 2 numbers?

How does a computer perform a multiplication on 2 numbers say 100 * 55. My guess was that the computer did repeated addition to …

computer-science mathematical-optimization
how to find global minimum in python optimization with bounds?

I have a Python function with 64 variables, and I tried to optimise it using L-BFGS-B method in the minimise function, …

python optimization scipy numeric mathematical-optimization
Example to understand scipy basin hopping optimization function

I came across the basin hopping algorithm in scipy and created a simple problem to understand how to use it …

python scipy mathematical-optimization
mathematical optimization library for Java --- free or open source recommendations?

Does anyone know of such a library that performs mathematical optimization (linear programming, convex optimization, or more general types of …

mathematical-optimization linear-programming cplex gurobi convex-optimization
Fast max-flow min-cut library for Python

Is there a reliable and well-documented Python library with a fast implementation of an algorithm that finds maximum flows and …

python graph graph-theory mathematical-optimization max-flow
How to create an optimizer in Tensorflow

I want to write a new optimization algorithm for my network on Tensorflow. I hope to implement the Levenberg Marquardt …

python python-2.7 optimization tensorflow mathematical-optimization
What's a good convex optimization library?

I am looking for a C++ library, and I am dealing with convex objective and constraint functions.

c++ mathematical-optimization convex
r - Portfolio Optimization - solve.QP - Constraints are Inconsistent

I am trying to use solve.QP to solve a portfolio optimization problem (quadratic problem) Total 3 assets There are 4 constraints: …

r mathematical-optimization portfolio quadratic