Creates the initial Solution population taking into account the lower an upper bounds of provided experiment factors. This method works by dividing the solution space into partitions of size 'd' and then creating a full factorial combination of partitions.
partSolutionSpace(parameters, d = 4)
The Objective Function parameter list
The partition size. Default value 4.
A set of solutions