Mathematical optimization deals with maximizing or minimizing an objective function by choosing values from within an allowed feasible set of possible values.
I need to minimize a function using genetic algorithm and PSO. Different posts suggest to use DEAP (I am using …
python mathematical-optimization genetic-algorithm deapOk, so I have a histogram (represented by an array of ints), and I'm looking for the best way to …
c#-4.0 image-processing histogram mathematical-optimization image-segmentationI am using the IBM cplex optimizer to solve an optimization problem and I don't want all terminal prints that …
c++ mathematical-optimization linear-programming cplex ilogI'm using the PuLP module in Python to formulate a mixed integer program. I am trying to work out how …
python mathematical-optimization gurobi integer-programming pulpI am still very new to Python, after years and years of Matlab. I am trying to use Pulp to …
python mathematical-optimization linear-programming pulpI am trying to implement least squares circle fitting following this paper (sorry I can't publish it). The paper states, …
matlab mathematical-optimization least-squares bsxfunI'm trying to get started with YALMIP, which is a Matlab interface to optimization solvers such as CPLEX. I have …
matlab ubuntu mathematical-optimization linear-programming cplexWhat's the best way to initialize a simplex for use in a Nelder-Mead simplex search from a user's 'guess' vertex?
mathematical-optimization simplexHere's an interesting puzzle. Below is an R snippet that identifies the tangency point of a quadratic function with respect …
r optimization linear-algebra mathematical-optimization quadraticI am able to use cvxopt to calculate an efficient frontier, per the docs: http://cvxopt.org/examples/book/portfolio.…
python math mathematical-optimization cvxopt