Updated all the lib.frame_order.*.pcs_numeric_int_*() functions for the new Sobol' point algorithm.
The functions now all accept the max_points argument and terminate the loop over the Sobol' points
once the maximum number of points has been reached. The calls to numpy.swapaxes() have also been
removed as this is now pre-performed by the target function initialisation.