Displaying 1 result from an estimated 1 matches for "funfcn".
Did you mean:
func
1999 Dec 07
0
Minimize function of several variables?
Hi,
Is there something like the Matlab function FMINS in any R packages? Here is the help file of fmins in case something similar exist under R with a different name.
Thanks in advance.
Yves Gauvreau
***********************
function [x, options] = fmins(funfcn,x,options,grad,varargin)
%FMINS Minimize function of several variables.
% X = FMINS('F',X0) attempts to return a vector X which is a local
% minimizer of F(x) near the starting vector X0. 'F' is a string
% containing the name of the objective function to be minimized.
% F(...