用于 .NET 的良好遗传算法 (GA) 或粒子群优化 (PSO) 框架是什么?

发布于 2024-08-15 14:54:19 字数 115 浏览 2 评论 0原文

我想知道你们建议用于实现 PSO 或 GA 等进化优化技术的良好、稳定的框架是什么?

我已经写了我自己的,我喜欢它们,我有兴趣比较或添加到现有的稳定的(或者只是使用它们,如果它们是可靠的和可扩展的)。

I would like to know what is a good, stable, framework that you guys suggest for implementing evolutionary optimisation techniques like PSO or GA?

I have written my own ones and I like them, I would be interested in comparing or adding to existing stable ones (or just using them if they are solid and extensible).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

最近可好 2024-08-22 14:54:19

嗯,这取决于您需要解决的问题有多复杂和复杂,但在大多数情况下,问题非常简单,例如 PSO 算法就非常简单。

也许只是尝试找到一些好的矩阵运算框架并自己实现?

但正如我所说,这完全取决于问题的复杂性。我使用 PSO 来解决非常简单的问题(找到非常复杂的函数的最小值等......),所以我从来不需要任何框架。

Well, it depends on how sophisticated and complicated problems you need to solve, but in most cases the problem is such simple, that for example PSO algorithm is quite simple.

Maybe just try to find some good framework for matrix operations and implement it on your own?

But as I said, it all depends on the complexity of your problem. I used the PSO for quite simple problems (finding minimas of very complicated functions etc...) so I never needed any framework.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文