Evaluation Request
An evaluation request is used to request simulation oracle execution on a model.
Parameters
the identifier for the model that will execute the requests
the request (input/output) for the model to use. There must not be duplicates in this list as defined by the equality of model inputs. All model inputs must be associated with the same model identifier.
indicates if the requests should be executed by the model using common random numbers. The default is false. The CRN option cannot be true if there is only one model input to be evaluated. CRN only makes sense with 2 or more evaluations.
indicates if the request permits evaluation via a cache. The default is true. If the CRN option is true, caching must be false.
Constructors
A convenience constructor for making an evaluation request that has a single request. The CRN option is false by default because it is a single request. CRN is applied across multiple evaluations.