December 4 2003 11:32:26.065 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_10000.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.000531 0.000545 2 0.000529 0.000543 :> The Latin CVT generators were written to "lcvt_03_10000.txt". :> QUIT requested. CVT_POINTS Normal end of execution. December 4 2003 1:43:59.541 PM