Contents:
Generates a test problem by its name and problem specific arguments
name (str) – The name of the problem to be instantiated.
key – A PRNG key to be used if the problem requires randomized data
args (dict) – The list of keyword parameters to be passed to the problem generation code
An instance of a problem
Problem