Learn R Programming

SPOT (version 2.11.10)

funCosts: funCosts

Description

optimWrapper for getCosts

Usage

funCosts(x)

Arguments

x

vector: weight multiplier sigma and number of elevators ne

Value

fitness (costs) as matrix

Details

Evaluate synthetic cost function that is based on the number of waiting customers and the number elevators

Examples

Run this code
# NOT RUN {
sigma = 1
ne = 10 
x <- matrix(c(sigma, ne), 1,)
funCosts(x)

# }

Run the code above in your browser using DataLab