| sring | R Documentation |
simple elevator simulator
sring(x, opt = list(), ...)
x |
perceptron weights |
opt |
list of optional parameters, e.g.,
|
... |
additional parameters |
fitness
set.seed(123)
nStates = 6
nElevators = 2
sigma = 1
x = matrix( rnorm(n = 2*nStates, 1, sigma), 1,)
sring(x, opt = list(nElevators=nElevators,
nStates= nStates) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.