由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Mathematics版 - matlab里的fminunc函数
相关主题
如何求取最优值?问个函数线性组合的问题
optimization问题请指教学术一下,怎么求三次样条的拟合函数阿? (转载)
我问关于matlab 画图Help on an optimization problem(Matlab)
matlab里是不是没有计算数学期望的函数?how to do global optimization in matlab
问个matlab二重积分问题 (转载)求推荐 学习MATLAB解决OPTIMIZATION 的书
问一个Matlab定义函数的问题 (转载)谁有applied optimization with matlab programming 2nd ed?
如何用matlab计算下面特殊的二重积分 (转载)有matlab高手吗?
问一个MATLAB里遇到的问题 (转载)求文章下载 (转载)
相关话题的讨论汇总
话题: fminunc话题: 函数话题: matlab话题: point
进入Mathematics版参与讨论
1 (共1页)
r*******y
发帖数: 1081
1
执行完毕以后总是出来这几句:
Optimization completed because the size of the gradient at the initial point
is less than the default value of the function tolerance.

有没有办法不让这几句出现?谢谢。难道还必须去修改fminunc.m吗?
谢谢
N***m
发帖数: 4460
2
warning off all

point

【在 r*******y 的大作中提到】
: 执行完毕以后总是出来这几句:
: Optimization completed because the size of the gradient at the initial point
: is less than the default value of the function tolerance.
:
: 有没有办法不让这几句出现?谢谢。难道还必须去修改fminunc.m吗?
: 谢谢

r*******y
发帖数: 1081
3
那些不是 warning.
warning off all了也没用

【在 N***m 的大作中提到】
: warning off all
:
: point

m*********s
发帖数: 368
4
help 一下这个函数
一般的话, 这些话都是一个返回值
表示这个函数的执行结果
用这样的格式调用
[a,b] = fminunc(...)
b就把这些话个吃掉而不显示出来了

point

【在 r*******y 的大作中提到】
: 执行完毕以后总是出来这几句:
: Optimization completed because the size of the gradient at the initial point
: is less than the default value of the function tolerance.
:
: 有没有办法不让这几句出现?谢谢。难道还必须去修改fminunc.m吗?
: 谢谢

l********a
发帖数: 1154
5
Optimization completed because the size of the gradient at the initial point
is less than the default value of the function tolerance.
优化结束,因为初始点的梯度尺寸小于函数容限的默认值
结束啦
l*****a
发帖数: 119
6
fminunc是判断FOC的 初始点的导数太接近0了 所以算法觉得初始点就是最优解 停
止了
1 (共1页)
进入Mathematics版参与讨论
相关主题
求文章下载 (转载)问个matlab二重积分问题 (转载)
如何考虑一组函数组成泛函空间的完备集问一个Matlab定义函数的问题 (转载)
请问这种optimization 方法 叫什么名字 (转载)如何用matlab计算下面特殊的二重积分 (转载)
求paper,谢谢问一个MATLAB里遇到的问题 (转载)
如何求取最优值?问个函数线性组合的问题
optimization问题请指教学术一下,怎么求三次样条的拟合函数阿? (转载)
我问关于matlab 画图Help on an optimization problem(Matlab)
matlab里是不是没有计算数学期望的函数?how to do global optimization in matlab
相关话题的讨论汇总
话题: fminunc话题: 函数话题: matlab话题: point