优化算法拟合函数。

12 visualizaciones (últimos 30 días)
sanniekm
sanniekm el 17 de Mayo de 2023
Respondida: suteleci el 17 de Mayo de 2023
方程x=a*y^b+c*y^d
现有8组数据可以用来拟合参数a,b,c,d,用智能优化算法拟合的话,模拟退火算法、遗传算法、禁忌搜索算法用哪个算法比较好呢

Respuesta aceptada

suteleci
suteleci el 17 de Mayo de 2023
都可以。
参数拟合,直接用非线性拟合函数 就可以实现。看看 lsqnonlin 、nlinfit 等函数用法。

Más respuestas (0)

Categorías

Más información sobre 非线性优化 en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!