December 5 2003 11:37:27.019 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_01000.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.080074 0.092841 2 0.079485 0.093386 :> The Latin CVT generators were written to "lcvt_07_01000.txt". :> QUIT requested. CVT_POINTS Normal end of execution. December 5 2003 11:59:28.198 AM