Mathematical optimization deals with maximizing or minimizing an objective function by choosing values from within an allowed feasible set of possible values.
How can I tell whether two triangles intersect in 2D Euclidean space? (i.e. classic 2D geometry) given the (X,…
math geometry mathematical-optimizationI 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-programmingHow 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-optimizationI 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-optimizationI came across the basin hopping algorithm in scipy and created a simple problem to understand how to use it …
python scipy mathematical-optimizationDoes 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-optimizationIs 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-flowI 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-optimizationI am looking for a C++ library, and I am dealing with convex objective and constraint functions.
c++ mathematical-optimization convexI 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