Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Python 中实现优化。基本上我有 5 个包含不同文件的集群。这些文件将通过已经实现的脚本与模拟软件相关联。目标是在 5 个组中找到最小化我的目标函数的文件的最佳组合。由于它们不是数值而是文件,我想知道是否有适合此目的的方法或算法。
在此处输入图像描述