Mathematical optimization deals with maximizing or minimizing an objective function by choosing values from within an allowed feasible set of possible values.
I'm trying to set up a linear program in which the objective function adds extra weight to the max out …
max mathematical-optimization min linear-programmingI used excel solver to solve an optimization problem, and I am trying to replicate it in R. I found …
r excel mathematical-optimizationI have a set of integers M and a target sum k. I want to find the subset of M …
algorithm optimization set mathematical-optimization packingI'm faced with a 3 dimensional bin packing problem and am currently conducting some preliminary research as to which algorithms/heuristics …
algorithm language-agnostic mathematical-optimization np-hard bin-packingI have a classic linear regression problem of the form: y = X b where y is a response vector X …
python numpy scipy mathematical-optimization linear-regressionI am not able to find anything about gradient ascent. Any good link about gradient ascent demonstrating how it is …
optimization machine-learning mathematical-optimizationSay I have an array in NumPy containing evaluations of a continuous differentiable function, and I want to find the …
python numpy discrete-mathematics mathematical-optimizationDoes anyone know of any optimization packages out there for R (similar to NUOPT for S+)?
r mathematical-optimizationIs there any optimization library in C#? I have to optimize a complicated equation in excel, for this equation there …
c# mathematical-optimizationI am currently studing svm and was wondering what the application of svm`s with linear kernel is. In my …
machine-learning classification svm mathematical-optimization