MC: MonteCarlo

Description Usage Value

View source: R/MonteCarlo.R

Description

Function that generates the starting points to use for gradient descent, only allowing values that perform better than an initial guess. The MCGD algorithm is a combination of the MC and the GradientDescent functions.

Usage

1
2
3
4
5
6
7
8
MC(
  NumberOfEnzymes,
  TotalEnzyme,
  NumberOfRuns,
  ThresholdGuess,
  GDPrecision,
  GDNumberOfSteps
)

Value

starting points for gradient descent algorithm


genehackers/optizyme documentation built on Oct. 24, 2020, 9 a.m.