|
From: <kin...@us...> - 2024-07-08 20:23:21
|
Revision: 7185
http://sourceforge.net/p/teem/code/7185
Author: kindlmann
Date: 2024-07-08 20:23:19 +0000 (Mon, 08 Jul 2024)
Log Message:
-----------
this illustrates a situation for which single fit needs fixing
Modified Paths:
--------------
teem/trunk/src/limn/test/03-single.sh
Modified: teem/trunk/src/limn/test/03-single.sh
===================================================================
--- teem/trunk/src/limn/test/03-single.sh 2024-07-08 20:22:30 UTC (rev 7184)
+++ teem/trunk/src/limn/test/03-single.sh 2024-07-08 20:23:19 UTC (rev 7185)
@@ -33,16 +33,18 @@
# https://devmanual.gentoo.org/tools-reference/bash/
unset UNRRDU_QUIET_QUIT
-# HEY changing this from 200 to 400 to 800 significantly changes the fit; why?
-N=200
+# why changing this from 200 to 400 to 800 can significantly change the fit
+# because the nrp parms that make sense for a small number of points don't work great
+# for a huge number of points
+N=100
echo "-0.7 0.7
-1.4 0.7
-0.7 0.7
+2 0.7
+0 0.7
0.7 -0.7" | unu 2op x - 1 | unu 2op + - 0.0 | ./lpu cbfit -i - -synthn $N -sup 1 -syntho xy-0.txt
junk xy-0.txt
-./lpu cbfit -i xy-0.txt -scl 0 -psi 10000 -fs 0 -1 -v 3 -eps 0.001 2>&1 > log.txt
+./lpu cbfit -i xy-0.txt -scl 0 -fs 0 -1 -v 0 -psi 1000000000 -eps 0.001 -nim 8000 -deltathr 0.0001 -iota 0.01 -cap 10 2>&1 > log.txt
cat log.txt; junk log.txt
tail -n 4 log.txt | ./lpu cbfit -i - -synthn $N -sup 1 -syntho xy-1.txt
junk xy-1.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|