twodranduphill: uphill search on matrix function

Description Usage Arguments Author(s) Examples

View source: R/twodranduphill.R

Description

This function is use to do a random uphill search on any 2 demision data set

Usage

1
  twodranduphill(f, x, y, s, n = 100, t = 100)

Arguments

f

matrix of data set

y

is the starting point for the search

x

is the starting point for the search

n

is the number of iteration for the search

s

standard devation for each search jump, default at 1

t

is the tempearture, where its default at 100

Author(s)

Ernest Chan faiernest418@gmail.com

Examples

1
twodranduphill(twodfunction, 3, 2, 1, 10, 1)

JackStat/CompPack documentation built on May 7, 2019, 10:16 a.m.