January 11 2004 9:50:18.545 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_00100_b.inp # # Modified: # # 11 January 2004 # :>:> The generators were initialized by UNIFORM. :> Sampling function is UNIFORM. :> SEED = 987654321 :> SAMPLE_NUM = 500000 :> CVT_IT = 25 :> LATIN_IT = 5 :> Step CVT Latinized CVT Energy Energy 1 0.001771 0.001866 2 0.001704 0.001863 3 0.001701 0.001860 4 0.001691 0.001882 5 0.001688 0.001882 :> The CVT generators were written to "lcvt_02_00100_b_cvt.txt". :> The Latin CVT generators were written to "lcvt_02_00100_b.txt". :> QUIT requested. CVT_POINTS Normal end of execution. January 11 2004 9:52:58.175 AM