powered by
Weighted Criteria-Based Latin Hypercube Designs (LHDs) for Any Numbers of Factors (>=2)
wtLHDs( levels, factors, w1, w2, w3, pop_size = 30, generations = 100, mut_prob = 0.05 )
Generates Latin hypercube designs for a given number of factor-level combinations.
Range of levels,L is F<=L<=choose(F+2,2), where, F is number of factors.
Any number of factors, F >=2.
Weight of maximum absolute correlation. Between 0 to 1. So that w1+w2+w3=1.
Weight of Phi_p criterion. Between 0 to 1. So that w1+w2+w3=1.
Weight of Maxpro criterion. Between 0 to 1. So that w1+w2+w3=1.
Default population size is 30.
Default number of generations is 100.
Mutation probability, by default it is 0.05.
library(CompExpDes) wtLHDs_prime(9,3,0.5,0.5,0)
Run the code above in your browser using DataLab