powered by
optimWrapper for getCosts
funCosts(x)
vector: weight multiplier sigma and number of elevators ne
sigma
ne
fitness (costs) as matrix
Evaluate synthetic cost function that is based on the number of waiting customers and the number elevators
# NOT RUN { sigma = 1 ne = 10 x <- matrix(c(sigma, ne), 1,) funCosts(x) # }
Run the code above in your browser using DataLab