December 4 2003 8:54:58.312 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_03_00010.inp # :>:> The generators were initialized by UNIFORM. :> Sampling function is UNIFORM. :> SEED = 123456789 :> SAMPLE_NUM = 500000 :> CVT_IT = 25 :> LATIN_IT = 2 :> Step CVT Latinized CVT Energy Energy 1 0.055590 0.066311 2 0.055405 0.068743 :> The Latin CVT generators were written to "lcvt_03_00010.txt". :> QUIT requested. CVT_POINTS Normal end of execution. December 4 2003 8:55:13.827 AM