December 4 2003 10:15:14.700 AM LCVT_DATASET Create Latinized CVT datasets. (real arithmetic) CVT = Centroidal Voronoi Tessellation. Given a region in ND, the problem is to determine GENERATORS, a set of points which define a division of the region into Voronoi cells, which are also CENTROIDS of the Voronoi cells. Once a CVT has been approximately computed, it is "Latinized", making it exactly a Latin hypercube, while, hopefully, only moderately reducing its CVT properties. :># lcvt_02_01000.inp # # Modified: # # 04 December 2003 # :>:> The generators were initialized by UNIFORM. :> Sampling function is UNIFORM. :> SEED = 123456789 :> SAMPLE_NUM = 500000 :> CVT_IT = 25 :> LATIN_IT = 5 :> Step CVT Latinized CVT Energy Energy 1 0.000167 0.000172 2 0.000166 0.000170 3 0.000165 0.000170 4 0.000165 0.000169 5 0.000164 0.000169 :> The Latin CVT generators were written to "lcvt_02_01000.txt". :> QUIT requested. CVT_POINTS Normal end of execution. December 4 2003 10:38:33.070 AM