powered by
wrapper for sring
sring
funSring(x, opt = list(), ...)
perceptron weights
list of optional parameters, e.g.,
nElevators
number of elevators
probNewCustomer
probability pf a customer arrival
nIterations
Number of itertions
randomSeed
random seed
additional parameters
fitness (matrix with one column)
# NOT RUN { set.seed(123) numberStates = 200 sigma = 1 x = matrix( rnorm(n = 2*numberStates, 1, sigma), 1,) funSring(x) # }
Run the code above in your browser using DataLab