Solution

constructor(inputMap: InputMap, numReplications: Int, estimatedObjFnc: EstimatedResponse, responseEstimates: List<EstimatedResponse>, iterationNumber: Int)(source)

Parameters

inputMap

the inputs (name,value) pairs associated with the solution

numReplications

the number of replications associated with the request that caused the creation of the solution. Since a solution can have multiple requests for evaluation, this will generally be different from the sample size (count) associated with the estimate.

estimatedObjFnc

the estimated objective function from the simulation oracle

responseEstimates

the estimates of the responses associated with the response constraints

iterationNumber

the iteration number of the solver request. That is, the number of times that the simulation oracle has been asked to evaluate (any) input.