optRFun: Function based optimization module

Description Usage Arguments Value

Description

Function based optimization module

Usage

1
2
optRFun(formula, x0, iteration = 30, method = c("newtonrapson"),
  tol = 1e-09)

Arguments

formula

: Function to optimize

x0

: Initial Solution

iteration

: Number of Iterations

method

: Method for solving the optimization

tol

: Tolerance

Value

optRFun : Optimal Solution class


optR documentation built on May 1, 2019, 10:32 p.m.

Related to optRFun in optR...