|
From: <kin...@us...> - 2004-02-27 16:51:55
|
Update of /cvsroot/teem/teem/src/ten In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20918/ten Modified Files: tendGrads.c Log Message: starting to expand number of quantized normal schemes Index: tendGrads.c =================================================================== RCS file: /cvsroot/teem/teem/src/ten/tendGrads.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** tendGrads.c 27 Feb 2004 13:02:51 -0000 1.5 --- tendGrads.c 27 Feb 2004 16:43:05 -0000 1.6 *************** *** 31,35 **** "faster. In the mean time, you can run a second pass on the output of " "the first pass, using lower drag. A second phase of the algorithm " ! "tries random signs in gradient directions in trying to find an optimally " "balanced set of directions. This uses a randomized search, so if it " "doesn't seem to be finishing in a reasonable amount of time, try " --- 31,35 ---- "faster. In the mean time, you can run a second pass on the output of " "the first pass, using lower drag. A second phase of the algorithm " ! "tries sign changes in gradient directions in trying to find an optimally " "balanced set of directions. This uses a randomized search, so if it " "doesn't seem to be finishing in a reasonable amount of time, try " |