Learn R Programming

SACOBRA (version 1.2)

RandomStart: Random start Algorithm

Description

Return a cobra object with cobra$xStart adjusted

Usage

RandomStart(cobra)

Arguments

cobra

an object of class COBRA (see cobraInit)

Value

cobra, an object of class COBRA from cobraInit, with modified elements

xStart

new starting point, either random or cobra$xBest

noProgressCount

number of consecutive iterations without a progress. Set to 0, if a random start point is choosen.