Example: biology
Search results with tag "Optimization in r"
Optimization in R - uni-freiburg.de
www.is.uni-freiburg.deClassification of Optimization Problems Common groups 1 Linear Programming (LP) I Objective function and constraints are both linear I min x cTx s.t. Ax b and x 0 2 Quadratic Programming (QP) I Objective function is quadratic and constraints are linear I min x xTQx +cTx s.t. Ax b and x 0 3 Non-Linear Programming (NLP):objective function or at least one constraint is non-linear