使用Nelder Mead求解器时,并行求解单纯形点 [英] Solving simplex points in parallel when using the Nelder Mead solver

查看:79
本文介绍了使用Nelder Mead求解器时,并行求解单纯形点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好

是否可以并行解决Nelder Mead求解器使用的单纯形的点? 使用Windows HPC会有所作为吗?

Is it possible to solve the points of the simplex used by the Nelder Mead solver in parallel? Will using Windows HPC make a difference?

如果我理解正确的话,我只会看到并行使用不同求解器实例的方法。如果使用Nelder Mead求解器是不可能的,MSF中是否还有其他求解器可以做到?

I only see ways to use different instances of solvers in parallel, if I understand them correctly. If it is not possible with the Nelder Mead solver, is there some other solver in MSF that can do it?

感谢您的帮助,

Johan Haarhoff

Johan Haarhoff

推荐答案

嗨Johan,

Hi Johan,

你应该可以启动NelderMeadSolver的多个实例在平行下。您可以在求解器
上使用SetValue(http://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.solvers.unconstrainednonlinearmodel.setvalue%28v=vs.93%29.aspx)方法class来初始化每个实例的起点。

You should be able to launch multiple instances of NelderMeadSolver in parallel. You can use the SetValue (http://msdn.microsoft.com/en-us/library/microsoft.solverfoundation.solvers.unconstrainednonlinearmodel.setvalue%28v=vs.93%29.aspx) method on the solver class to initialize the starting point for each instance.

Nate


这篇关于使用Nelder Mead求解器时,并行求解单纯形点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆