resultsBinaryMatchThenGreedySearch {GreedyExperimentalDesign} | R Documentation |
Returns unique allocation vectors that are binary matched
resultsBinaryMatchThenGreedySearch(
obj,
num_vectors = NULL,
compute_obj_vals = FALSE,
form = "zero_one"
)
obj |
The |
num_vectors |
How many random allocation vectors you wish to return. The default is |
compute_obj_vals |
Should we compute all the objective values for each allocation? Default is |
form |
Which form should it be in? The default is |
Adam Kapelner