funCosts: funCosts

View source: R/funSring.R

funCostsR Documentation

funCosts

Description

optimWrapper for getCosts

Usage

funCosts(x)

Arguments

x

vector: weight multiplier sigma and number of elevators ne

Details

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

Value

fitness (costs) as matrix

Examples

sigma = 1
ne = 10 
x <- matrix(c(sigma, ne), 1,)
funCosts(x)


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