Skip to main content

6 replies

24-Ruby IV
May 3, 2016

Very interesting!

Thanks, Richard.

Do you have same algorithm for the salesman 'problem?

RichardJ19-TanzaniteAuthor
19-Tanzanite
May 3, 2016

Do you have same algorithm for the salesman 'problem?

It's on my to-do list

24-Ruby IV
May 3, 2016

On the first item?

RichardJ19-TanzaniteAuthor
19-Tanzanite
May 3, 2016

Reasonably close to the top, but subject to being moved down because I have real work to do. Some time within the next few days to the next few years is a good guess

24-Ruby III
April 5, 2017

Converted Mathcad worksheet "Simulated Annealing for publication" for Mathcad Prime 3.1:

https://www.ptcusercommunity.com/servlet/JiveServlet/download/484223-129491/Simulated%20Annealing%20for%20publication_MP…

1-Visitor
March 11, 2018

   It seems to me that interval arithmetic is a somewhat different and simpler problem than simulated annealing for optimization. There are many semi-quantitative fields -- e.g., social science -- where data on measurement error is sparse. The thoughtful use of interval arithmetic can give a sense of the precision -- or lack thereof -- of a result. For example, if a population census is thought to have a net undercount of 3 to 5%, what impact will that have on a calculated birth or death rate? How many digits or decimal places to retain?

   Sorry to mention the competition, but Mathematica has a convenient Interval [min,max] function that handles this problem quite nicely. 

   My proposed solution in Mathcad answered the original question, but it is very limited -- it works for multiplication, but not for division, addition, or subtraction.

 

   PS: Also sorry to 'exhume' and old post, but it was there.

 

TKB

 

25-Diamond I
March 11, 2018

For all who are wondering about this answer of @tburch - it belongs to this thread:

https://community.ptc.com/t5/PTC-Mathcad-Questions/interval-arithmetic-on-imprecise-data/td-p/16530