View source: R/objectiveFunctionEvaluation.R
updateSeedFromXnew | R Documentation |
update seed
updateSeedFromXnew(x, xnew, seed, seedFun, verbosity = 0)
x |
matrix of already known solutions, to determine whether RNG seeds for new solutions need to be incremented. |
xnew |
matrix of new solutions. |
seed |
seed |
seedFun |
initial seed to be used for the random number generator seed. Set to NA to avoid using a fixed seed. |
verbosity |
verbosity. Default: 0 |
the updated seed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.