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.
1 2 3 4 5 6 7 8 | MC(
NumberOfEnzymes,
TotalEnzyme,
NumberOfRuns,
ThresholdGuess,
GDPrecision,
GDNumberOfSteps
)
|
starting points for gradient descent algorithm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.