Packages

o

apps.process

BankOpt

object BankOpt extends App

The BankOpt object performs Simulation Optimization 'SO' on a bank model to find the number of tellers that minimizes the overall cost function. Cost is based on the daily pay for a teller (8 hours * 20 dollars per hour) and a cost based on customer wait time (10 dollars per minute of mean waiting time). > runMain apps.process.BankOpt

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BankOpt
  2. App
  3. DelayedInit
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val PENALTY: Double
  2. var bm: BankModelOpt
  3. val cost: VectorD
  4. val executionStart: Long
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  5. def f(x: VectorI): Double

    Computation of the objective function from the simulation results.

    Computation of the objective function from the simulation results. This involves (1) extracting and checking input parameters, (2) executing the simulation model and (3) performing cost analysis.

    x

    the vector of input parameters

    See also

    "SoPT: Ontology for Simulation Optimization for Scientific Experiments"

  6. def main(args: Array[String]): Unit
    Definition Classes
    App
    Annotations
    @deprecatedOverriding( "main should not be overridden" , "2.11.0" )
  7. val nStop: Int
  8. val optimizer: IntegerLocalSearch
  9. val result: Vec_Func
  10. val x0: VectorI

Deprecated Value Members

  1. def delayedInit(body: ⇒ Unit): Unit
    Definition Classes
    App → DelayedInit
    Annotations
    @deprecated
    Deprecated

    (Since version 2.11.0) the delayedInit mechanism will disappear