funSring: funSring

View source: R/funSring.R

funSringR Documentation

funSring

Description

wrapper for sring

Usage

funSring(x, opt = list(), ...)

Arguments

x

perceptron weights

opt

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

Value

fitness (matrix with one column)

Examples

set.seed(123)
numberStates = 200
sigma = 1
x = matrix( rnorm(n = 2*numberStates, 1, sigma), 1,)
funSring(x)


SPOT documentation built on June 26, 2022, 1:06 a.m.