powered by
Weighted Criteria-Based Latin Hypercube Designs (LHDs) for Prime Numbers
wtLHDs_prime( levels, factors, w1, w2, w3, pop_size = 30, generations = 100, mut_prob = 1/(factors - 1) )
Generates Latin hypercube designs for a given number of factor-level combinations.
Range of levels,L is F<=L<=F^2, where, F is number of factors.
Any number of prime factors, F >=3.
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 1/(F-1).
if (FALSE) { library(CompExpDes) wtLHDs_prime(9,3,1,0,0) }
Run the code above in your browser using DataLab