search for: fmincon

Displaying 7 results from an estimated 7 matches for "fmincon".

2006 Dec 08
1
fmincon equivalent in R
Dear all R users, I am wondering if there are any function for Constraint optimization in R. Especially i am looking for a R - equivalent of "fmincon" function in MATLAB. Thanks and regards, Arun [[alternative HTML version deleted]]
2004 Feb 24
5
Nonlinear Optimization
...inear (obj funct) with linear constraints.I know about the "ms" and "nls" functions, but these seem only for nonlinear regression, not nonlinear minimization. I am looking for a pure non-linear optimization module. The nonlinear optimization functions I used in MatLab are "fmincon" and "fminunc" Is there any nonlinear optimization algorithm for R? Thanks. Rob
2009 Feb 05
2
Non-linear optimisation
...); objFunc_vol(C); objFunc = @(C) compute_strategy_before_fees(prices, C, floor, cap, m_ret_reb, prices_TR, hedge_fund, vg, euribor, last_reb_date, Maturity, fixed_fees, var_fees); objFunc(C); options = optimset('MaxIter',10000000,'MaxFunEvals',10000000); tic; % OPTIMISE %M = fmincon(objFunc,C,[],[],[],[],repmat(-20,12,9),repmat(20,12,9), at TriskellConstraints,options); M = fmincon(objFunc_vol,C,[],[],[],[],repmat(-20,12,9),repmat(20,12,9), at TriskellConstraints,options); [Z, ZZ] = compute_strategy_after_fees(prices, C, floor, cap, m_ret_reb, prices_TR, Hedge_Fund, vg, euribo...
2010 May 04
3
Two Questions on R (call by reference and pre-compilation)
...ss a huge data set to a function. Is there any situations that R doesn't copy the data, besides pass data in an environment object. 2) Does R pre-compile the object function to binary when running "optim"? I experienced the R "optim" is much slower than the MATLAB "fmincon" function. I don't know MATLAB has done any pre-compilation on the script for object function or not. But perhaps, we can increase R performance by some sort of pre-compilation during running time. Thanks in advance. Best Regards, Ruihong
2003 Jun 26
0
nonlinear constraint optimization function in R?
...r a R-function that performs nonlinear constraint optimization (where the objective function and the constraints are allowed to be nonlinear). More specifically, I am trying to figure out whether there is an equivalent function of NAG fortran library' "E04UCF" or matlab's "fmincon" in R. Any help is greatly appreciated. Thank you, Sunduz PS: fmincon is described at http://www.mathworks.com/access/helpdesk/help/toolbox/optim/optim.shtml?BB=1
2006 Nov 26
2
Quadratic Optimization
Hi, I need to solve an optimization problem in R having linear objective function and quadratic constraints(number of variables is around 80). What are the possible choices to do this in R. optim() function only allows box constrained problems. Is it possible in nlm()? Or please tell me if there is any other routine. Thanks Amit
2010 May 05
0
R-help Digest, Vol 87, Issue 5
...ss a huge data set to a function. Is there any situations that R doesn't copy the data, besides pass data in an environment object. 2) Does R pre-compile the object function to binary when running "optim"? I experienced the R "optim" is much slower than the MATLAB "fmincon" function. I don't know MATLAB has done any pre-compilation on the script for object function or not. But perhaps, we can increase R performance by some sort of pre-compilation during running time. Thanks in advance. Best Regards, Ruihong ------------------------------ Message: 87...