Packages

o

apps.process

ERoomOpt

object ERoomOpt extends App

The ERoomOpt object performs Simulation Optimization 'SO' on an Emergency Room 'ER' model to find the numbers of nurses and doctors that minimize the overall cost function. Cost is based on the daily pay for a nurse (8 hours * 30 dollars per hour), a doctor (8 hours * 60 dollars per hour) and a cost based on customer wait time (10 dollars per minute of mean waiting time). > runMain apps.process.ERoomOpt

Linear Supertypes
App, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ERoomOpt
  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: ERModelOpt
  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