查看单个帖子
旧 2012-06-28, 13:15   #1
llxiuzero
初级会员
 
注册日期: 2012-06-28
年龄: 35
帖子: 1
声望力: 0
llxiuzero 正向着好的方向发展
默认 请问优化过程中的TolCon是什么,如果超出默认值怎么办?

本人新手,在求解一个简单的单目标约束优化问题中,程序报错
fmincon stopped because the size of the current step is less than the default value of the step size tolerance but constraints were not satisfied to within the default value of the constraint tolerance.
大概细节我大概看了下,是因为TolX(TolX我知道是什么意思)已经达到终止的范围,但TolCon确超出默认值
relative max(constraint violation) = 5.50e-001 TolCon = 1e-006 (default)。
所以我想知道TolCon是什么意思,matlab上说The constraint tolerance called TolCon is the maximum of the values of all constraint functions at the current point.意思是在这个点上各约束函数的最大值?
llxiuzero 当前离线   回复时引用此帖