Minimize f(x), x \in R^n
Subject to: f_i(x) <= 0, i=1, … , m
User supported Matlab functions for
computing the objective and constraints values and their derivatives
Download Matlab Code: Version 06.04.2011
(includes also semidefinite programming solver pbmsdp.m)
Files:
pbm.m - PBM optimization solver
pbm_optionset.m - set parameters of PBM solver
Example of use in quadratic
programming:
solve_qp - main script
fgh_qp - compute function, gradient and hessian of the penalty aggregate
qp_print - (empty) user function for printing results
Subdirectories:
minFunc - Limited memory BFGS of Mark Schmidt with some updates (minFunc_mz)
bfgs_mz - several BFGS quasi-Newton codes
Reference:
Haifa, 2009 - 2011