by ArtF » Sat Dec 26, 2015 1:29 pm
Kirk:
lol, you give me far too much credit. Im a very old school programmer, I use no version control, no checkin - checkout system, no management at all. I poorly document, break all programming rules, and any teacher would likely take me to the woodshed. A result of programming for way too long, being self-taught, and just being who I am... Im prolific, but terrible at following rules. Problems such as this one always cause me to have to relearn how I did whatever algorithm it is I'm troubleshooting.
While this causes me great frustration at times,I never learn... to thine own self be true...
This problem turned out to be one of rounding, varied a bit from system to system too, its now fixed ( or seems to work well and show many more options in the calc. ). This really was caused by me trying to be clever, the original algorithm someone sent to me to do the train calculations of ratios tool several minutes per search as there can be billions of possibilities for each search, I was kinda proud at mine taking only seconds or fractions of a second. No wonder, I was missing many entries at an error of 0. Im now getting twice as many entries on that search for example, though the time did double...Still, its very fast so Im happy with the result.
( My thanks to the originator of the Gear Calculations too, without him there wouldn't be one, he was kind enough to send me a search algorithm example for me to build on. I have a number of letters on the popularity of that calculator. )
Fix will be in next release update, likely within days.
Thanks Mark, for the double check...
Art
Kirk:
lol, you give me far too much credit. Im a very old school programmer, I use no version control, no checkin - checkout system, no management at all. I poorly document, break all programming rules, and any teacher would likely take me to the woodshed. A result of programming for way too long, being self-taught, and just being who I am... Im prolific, but terrible at following rules. Problems such as this one always cause me to have to relearn how I did whatever algorithm it is I'm troubleshooting.
While this causes me great frustration at times,I never learn... to thine own self be true... :-)
This problem turned out to be one of rounding, varied a bit from system to system too, its now fixed ( or seems to work well and show many more options in the calc. ). This really was caused by me trying to be clever, the original algorithm someone sent to me to do the train calculations of ratios tool several minutes per search as there can be billions of possibilities for each search, I was kinda proud at mine taking only seconds or fractions of a second. No wonder, I was missing many entries at an error of 0. Im now getting twice as many entries on that search for example, though the time did double...Still, its very fast so Im happy with the result.
( My thanks to the originator of the Gear Calculations too, without him there wouldn't be one, he was kind enough to send me a search algorithm example for me to build on. I have a number of letters on the popularity of that calculator. )
Fix will be in next release update, likely within days.
Thanks Mark, for the double check...
Art