cobyqa.problem.Problem.build_x#

Problem.build_x(x)[source]#

Build the full vector of variables from the reduced vector.

Parameters:
xarray_like, shape (n,)

Reduced vector of variables.

Returns:
numpy.ndarray, shape (n_orig,)

Full vector of variables.