optim_lin: Optimization by iteration over a linear base

View source: R/optim_lin.R

optim_linR Documentation

Optimization by iteration over a linear base

Description

As title.

Usage

optim_lin(f,init1,init2=NULL,n = 100,...)

Arguments

f
init1

Initial lower bound of the func

init2

Initial upper bound of the func, if null then init1 must be a vector with length 2.

Author(s)

Hao Li

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

HaoLi111/rMathModeling documentation built on April 7, 2023, 3:18 p.m.