December 4 2003 9:01:25.021 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_07_00100.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.156431 0.217430 2 0.155165 0.229383 :> The Latin CVT generators were written to "lcvt_07_00100.txt". :> QUIT requested. CVT_POINTS Normal end of execution. December 4 2003 9:03:53.382 AM