Re: [R] Using R to solve search problems

2010-06-18 Thread Achim Zeileis
On Fri, 18 Jun 2010, Ambikesh Jayal wrote: Hi All, I am new to R and want to use R to solve search problems (like Traveling salesman problem, finding nearest neighbor, hill climbing). Is this possible in R? For the "TSP" there is a dedicated package of the same name on CRAN. For the other al

[R] Using R to solve search problems

2010-06-18 Thread Ambikesh Jayal
Hi All, I am new to R and want to use R to solve search problems (like Traveling salesman problem, finding nearest neighbor, hill climbing). Is this possible in R? To start with I want as follows. Find five float numbers whose sum is is equal to their product which should be 8000. x + y + z + p