January 11 2004 9:55:11.193 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_c.inp # # Modified: # # 11 January 2004 # :>:> The generators were initialized by UNIFORM. :> Sampling function is UNIFORM. :> SEED = 192837465 :> SAMPLE_NUM = 500000 :> CVT_IT = 25 :> LATIN_IT = 5 :> Step CVT Latinized CVT Energy Energy 1 0.001686 0.001847 2 0.001651 0.001796 3 0.001652 0.001781 4 0.001652 0.001784 5 0.001651 0.001797 :> The CVT generators were written to "lcvt_02_00100_c_cvt.txt". :> The Latin CVT generators were written to "lcvt_02_00100_c.txt". :> QUIT requested. CVT_POINTS Normal end of execution. January 11 2004 9:57:50.282 AM