由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - [转载] 求救,optimization问题
相关主题
急问个优化的问题[转载] MATLAB总是内存不够怎么办?
谁给一点思路,关于找最小值的问题[合集] 如何用一个coin产生1/3的概率 (转载)
问个学术问题,optimizaion问题[合集] Wiki上看到的东东可以列入reference吗?
郁闷啊, CVPR被拒了计算智能 computational intelligence 算是cs的一种研究方向马?
CS博士选题求指教问一个不等式 (转载)
请教一个关于k-means的问题。模拟煺火是否更适合非线性优化问题?
Help for grad school(CS Ph.D) selection求平均值zz关于research应该怎么做
[转载] 现在有没有方法改无线网卡的MAC地址?向学cs的同学请教一个问题
相关话题的讨论汇总
话题: sa话题: global话题: optimum
进入CS版参与讨论
1 (共1页)
X*****r
发帖数: 2521
1
【 以下文字转载自 EE 讨论区 】
【 原文由 Xfilter 所发表 】
我想找到一个函数的最小值
这个函数不是convex的
也不是concave的
我使用gradient decent 的方法来找到最小值,可是每次这个方法找到的都是
local minimum,而不是global minimum,
请问还有什么方法可以达到那个global optimum?
多谢了
f*****p
发帖数: 235
2
不一定能找到global optimum.

【在 X*****r 的大作中提到】
: 【 以下文字转载自 EE 讨论区 】
: 【 原文由 Xfilter 所发表 】
: 我想找到一个函数的最小值
: 这个函数不是convex的
: 也不是concave的
: 我使用gradient decent 的方法来找到最小值,可是每次这个方法找到的都是
: local minimum,而不是global minimum,
: 请问还有什么方法可以达到那个global optimum?
: 多谢了

X*****r
发帖数: 2521
3
那有没有那种算法可以保证大多数找到global那?
或者相对来说,找到的可能性比较大?

【在 f*****p 的大作中提到】
: 不一定能找到global optimum.
f*****p
发帖数: 235
4
能不能找到依赖于函数性质。

【在 X*****r 的大作中提到】
: 那有没有那种算法可以保证大多数找到global那?
: 或者相对来说,找到的可能性比较大?

v******d
发帖数: 1322
5
simulated annealing?

【在 X*****r 的大作中提到】
: 那有没有那种算法可以保证大多数找到global那?
: 或者相对来说,找到的可能性比较大?

v******d
发帖数: 1322
6
but i think for continuous domains, SA cannot help
a*********e
发帖数: 228
7
no method can gurantee finding the global optimum. try simulate annealing

【在 X*****r 的大作中提到】
: 【 以下文字转载自 EE 讨论区 】
: 【 原文由 Xfilter 所发表 】
: 我想找到一个函数的最小值
: 这个函数不是convex的
: 也不是concave的
: 我使用gradient decent 的方法来找到最小值,可是每次这个方法找到的都是
: local minimum,而不是global minimum,
: 请问还有什么方法可以达到那个global optimum?
: 多谢了

v*******e
发帖数: 1715
8
SA and genetic algorithm are good for global maximum

【在 a*********e 的大作中提到】
: no method can gurantee finding the global optimum. try simulate annealing
f*****p
发帖数: 235
9
not really.

【在 v*******e 的大作中提到】
: SA and genetic algorithm are good for global maximum
v*******e
发帖数: 1715
10
....

【在 f*****p 的大作中提到】
: not really.
f*****p
发帖数: 235
11
SA is basically a combination of random search and greedy search. At high
temperature it behaves more like random. When temperature is down, it is
closer to greedy. It's a good heuristic. But for global optimum there's no
guarantee. Also whether SA is effective depends on the solution space's
structure.
I don't use GA a lot. But I assume it shouldn't outperform SA much, as they
are often mentioned together.

【在 v*******e 的大作中提到】
: ....
f******k
发帖数: 297
12
well, the guarantee of SA for convergence to global optimum exists and it is
convergence in
probability, though the major weakness is the speed of convergence, which can
be extremely slow.

【在 f*****p 的大作中提到】
: SA is basically a combination of random search and greedy search. At high
: temperature it behaves more like random. When temperature is down, it is
: closer to greedy. It's a good heuristic. But for global optimum there's no
: guarantee. Also whether SA is effective depends on the solution space's
: structure.
: I don't use GA a lot. But I assume it shouldn't outperform SA much, as they
: are often mentioned together.

f*****p
发帖数: 235
13
Well, then random search can also reach global optimum if "extremely slow"
is acceptable.

【在 f******k 的大作中提到】
: well, the guarantee of SA for convergence to global optimum exists and it is
: convergence in
: probability, though the major weakness is the speed of convergence, which can
: be extremely slow.

p*******e
发帖数: 40
14
explore the obj fn more, maybe its a DC problem

【在 X*****r 的大作中提到】
: 【 以下文字转载自 EE 讨论区 】
: 【 原文由 Xfilter 所发表 】
: 我想找到一个函数的最小值
: 这个函数不是convex的
: 也不是concave的
: 我使用gradient decent 的方法来找到最小值,可是每次这个方法找到的都是
: local minimum,而不是global minimum,
: 请问还有什么方法可以达到那个global optimum?
: 多谢了

1 (共1页)
进入CS版参与讨论
相关主题
向学cs的同学请教一个问题CS博士选题求指教
[Help]farthest-point voronoi diagram请教一个关于k-means的问题。
HELP: A math problemHelp for grad school(CS Ph.D) selection
请教一个事情[转载] 现在有没有方法改无线网卡的MAC地址?
急问个优化的问题[转载] MATLAB总是内存不够怎么办?
谁给一点思路,关于找最小值的问题[合集] 如何用一个coin产生1/3的概率 (转载)
问个学术问题,optimizaion问题[合集] Wiki上看到的东东可以列入reference吗?
郁闷啊, CVPR被拒了计算智能 computational intelligence 算是cs的一种研究方向马?
相关话题的讨论汇总
话题: sa话题: global话题: optimum