Re: Spark and simulated annealing

2015-12-01 Thread marfago
HI, Thank you for your suggestion. Is the scipy library (in particular scipy.optimize.anneal function) still able to leverage the parallelism and distributed calculus offered by Spark? Marco -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-and-simula

Spark and simulated annealing

2015-11-28 Thread marfago
Hi All, I would like to implement a simulated annealing algorithm with Spark. What is the best way to do that with python or scala? Is there any library already implementing it? Thank you in advance. Marco -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Sp