PulseAugur
实时 08:06:09
English(EN) Python packages for particle swarms, genetic algorithms. Scikit-opt maybe? [D]

寻求用于粒子群和遗传算法的Python包

一位Reddit r/MachineLearning的用户正在寻求用于实现粒子群优化(PSO)和遗传算法(GA)的Python包推荐。他们希望将这些方法与当前用于曲线拟合问题的约束Levenburg-Marquardt优化器进行比较。该用户有scikit-learn的使用经验,并找到了scikit-opt,但对于PSO和GA的实现,他们也愿意接受其他建议,并在此初始阶段优先考虑数据可视化的便捷性,而非速度或GPU兼容性。 AI

排序理由 这是Reddit上的用户查询,寻求Python包推荐,并非新闻事件或发布。

在 r/MachineLearning 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

寻求用于粒子群和遗传算法的Python包

报道来源 [1]

  1. r/MachineLearning TIER_1 English(EN) · /u/bwllc ·

    用于粒子群、遗传算法的Python包。Scikit-opt怎么样?[D]

    <!-- SC_OFF --><div class="md"><p>I'm working with a client on a curve-fitting optimization problem. They are currently using a constrained Levenburg-Marquardt optimizer for their task which is complex, slow, and sometimes gets stuck in local minima.</p> <p>I suggested using part…