avatar
请教:求最值问题# Computation - 科学计算
r*h
1
问题请教:
在参数估计问题中,运用DFP(David-fletcher-powell numerical algorithm).每步对于
给定的参数值,可得到每个参数的一阶导数值,即确定了方向,现需要找一个使该函数达
到最小值的向量长度(是一个数,设为a)。
头疼的是此函数很复杂,无法知道形状,很难直接计算一阶或多阶导数,并且对a的取值有
范围限制,如a>0。俺是外行,感觉找最值的优化方法很多,如Golden Section 两点法或三
点法等,(感觉三点法在函数单调情况下无用)。
不知道有何适用的方法,请指点,急用,谢谢!
avatar
f*d
2
Recently I have done something similar. The one dimensional
minimization is done using Newton-Ralphson. I guess the main problem
is that there are boundaries on the space, so
naive application could get out of the boundary. What I did was to
extend the function's domain, when the point is outside boundary a
large number (the value depends on the distance to boundary) is returned
so as to induce the algorithm to get back. Maybe there are better ways.

【在 r****h 的大作中提到】
: 问题请教:
: 在参数估计问题中,运用DFP(David-fletcher-powell numerical algorithm).每步对于
: 给定的参数值,可得到每个参数的一阶导数值,即确定了方向,现需要找一个使该函数达
: 到最小值的向量长度(是一个数,设为a)。
: 头疼的是此函数很复杂,无法知道形状,很难直接计算一阶或多阶导数,并且对a的取值有
: 范围限制,如a>0。俺是外行,感觉找最值的优化方法很多,如Golden Section 两点法或三
: 点法等,(感觉三点法在函数单调情况下无用)。
: 不知道有何适用的方法,请指点,急用,谢谢!

avatar
b*y
3
How is the objective function formed?
It depends on the bahavior of the objective
function to choose a proper optimization methods.
If you could provide further info on your problem,
it will be better viewed by others and you may have a
chance to get a better answer.
Most time you don't have to calculate second-order derivative, which
might be approximated in various ways. If you can not determine the
explicit formula for evaluating gradient, you have to use numerical
method (such as finite diff

【在 r****h 的大作中提到】
: 问题请教:
: 在参数估计问题中,运用DFP(David-fletcher-powell numerical algorithm).每步对于
: 给定的参数值,可得到每个参数的一阶导数值,即确定了方向,现需要找一个使该函数达
: 到最小值的向量长度(是一个数,设为a)。
: 头疼的是此函数很复杂,无法知道形状,很难直接计算一阶或多阶导数,并且对a的取值有
: 范围限制,如a>0。俺是外行,感觉找最值的优化方法很多,如Golden Section 两点法或三
: 点法等,(感觉三点法在函数单调情况下无用)。
: 不知道有何适用的方法,请指点,急用,谢谢!

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。