Response Map
A response map holds replication data from evaluations of the simulation oracle. The key to the map is the response name, which should match a named response within the simulation model and within the problem definition. The associated list of doubles is the within replication average for each replication.
Parameters
the map containing the output values for each response
Constructors
Functions
Adds the supplied estimated response. If the estimated response is not currently in the response map, then it is added. If it is already in the response map, the old value is replaced with the supplied value.
Checks if all responses associated with the problem are currently in the map. True if all responses needed for the problem are in the map. False if at least one required response is missing from the map.
Checks if all the responses and a sufficient number of replications are available in the response map. Once this is true, the response map can be converted into a solution.
Adds or merges the supplied estimated response
Adds or merges the supplied estimated responses within the response map into the response map