funCosts | R Documentation |
optimWrapper for getCosts
funCosts(x)
x |
vector: weight multiplier |
Evaluate synthetic cost function that is based on the number of waiting customers and the number elevators
fitness (costs) as matrix
sigma = 1 ne = 10 x <- matrix(c(sigma, ne), 1,) funCosts(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.