英文: Alternatives to Scipy in Global optimization 问题 我正在尝试找到一个多元函数的全局最小值(ndim = 9)。该函数具有非常窄的底部,X的轻微变化...
寻找一个快速的优化算法来解决具有唯一正解的非线性方程。
英文: Finding a fast optimization algorithm to solve a non-linear equation with unique positive soluti...
python – 使用在我的界限内选择的特定值进行优化
英文: python - optimisation with specific values to chose from in my bounds 问题 以下是代码的翻译部分: import nump...
从sympy.diff中提取函数的方法是什么?
英文: How to extract the function from sympy.diff? 问题 I'm here to assist with your translation request...
Scipy optimize curve_fit未正确响应
英文: Scipy optimize curve_fit not responding properly 问题 This code returns a tiny horizontal line at ...
最佳方法强制系数之间的距离
英文: Best way to enforce a distance between coefficients 问题 我正在使用 basinhopping 进行全局优化。我的简单代码如下: from ...
改进多重洛伦兹拟合的 Python 实现。
英文: Improve multiple fitting Lorenztian on python 问题 我目前正在尝试使用scipy中的curve_fit将10个洛伦兹分布拟合到一个光谱上。我刚刚定...
4参数逻辑曲线拟合
英文: 4-parameter logistic curve fit 问题 我正在尝试使用scipy对来自科学试验的数据执行4参数 logistic (4PL) 曲线拟合。目标是获得一个与我通常使用的...
用非解析积分求解超越方程的数值解
英文: Numerical solutions to transcendental equation with nonanalytic integral 问题 I want to find solut...
什么函数最适合我从星系中获得的数据?
英文: What function would best fit the data I have from a galaxy? 问题 以下是代码的翻译部分: 我有以下一组数据: surface_bri...