create Model Inputs
protected fun createModelInputs(inputMap: InputMap, numReps: Int = replicationsPerEvaluation.numReplicationsPerEvaluation(this)): ModelInputs(source)
Creates a request for evaluation from the input map. The number of replications for the request will be based on the property replicationsPerEvaluation for the solver. The resulting request will be input range-feasible but may be infeasible with respect to the problem. If the user does not allow infeasible requests by setting the ensureProblemFeasibleRequests to false, then this function will throw an exception if the supplied input is infeasible with respect to the deterministic constraints of the problem.
Return
the instance of ModelInputs that can be sent for evaluation
Parameters
input Map
the input variables and their values for the request