request Evaluations With CRN
protected fun requestEvaluationsWithCRN(inputs: Set<InputMap>, numReps: Int = replicationsPerEvaluation.numReplicationsPerEvaluation(this)): Map<ModelInputs, Solution>(source)
Requests evaluations for a set of input maps. The function prepares the evaluation requests from the provided inputs and then performs evaluations to generate solutions. The evaluations will be performed using the common random numbers.
Return
a list of solutions obtained after performing evaluations on the inputs
Parameters
inputs
a set of input maps, where each map contains input variables and their respective values
num Reps
the number of replications for each of the requested evaluations