Create a random initial population or experimental design, given a specifed creation function,
as well as a optional set of user-specified design members and a maximum design size.
Also removes duplicates from the design/population.
Usage
designRandom(x = NULL, cF, size, control = list())
Arguments
x
Optional list of user specified solutions to be added to the design/population, defaults to NULL
size
size of the design/population
cf
Creation function, creates random new individuals
Value
Returns list with experimental design (or population) without duplicates