由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - About convex surface search
相关主题
带约束条件的 minimization 怎么做?弱问题,画gamut
[转载] 问个弱智的branch and bound 问题哈,抓狂中~~~matlab函数求教
How to creat a large 3-dimentional Matrix in C?matlab里如何把一个任意多边形扩大
optimization using matlab function fminconNewton's method最后收敛速度很慢,求解释
[转载] lineariation problem....help, please请教计算图形面积的软件
靠,问个棘手的问题问个关于牛顿法的问题
Ask an optimization problem (important)如何求这样一个函数
A question about convex analysis请教一个题目的数值计算方法
相关话题的讨论汇总
话题: convex话题: minimal话题: suppose话题: about话题: surface
进入Computation版参与讨论
1 (共1页)
o*********y
发帖数: 65
1
Suppose we have a function F(X) that we can evaluate. X is a vector, and
suppose F() is convex. In this case, what is the best strategy (minimal steps
to find minimal) to find the minimal?
My current naive idea needs 2^n+n+1 times evaluation each step (n is the
dimention of X). I guess this should be a classic problem, I wonder what's
the best strategies known? thanks a lot, bow.
h***o
发帖数: 539
2
解方程组dF(X)/dX = 0
这就看你的solver有多快了。hoho
不过这样好象不能保证找全所有的minima呀
不如你说说你怎么做的,让我也开开眼界

【在 o*********y 的大作中提到】
: Suppose we have a function F(X) that we can evaluate. X is a vector, and
: suppose F() is convex. In this case, what is the best strategy (minimal steps
: to find minimal) to find the minimal?
: My current naive idea needs 2^n+n+1 times evaluation each step (n is the
: dimention of X). I guess this should be a classic problem, I wonder what's
: the best strategies known? thanks a lot, bow.

h***o
发帖数: 26
3
convex surface, only one minima
newton method should be most effiecient

【在 h***o 的大作中提到】
: 解方程组dF(X)/dX = 0
: 这就看你的solver有多快了。hoho
: 不过这样好象不能保证找全所有的minima呀
: 不如你说说你怎么做的,让我也开开眼界

1 (共1页)
进入Computation版参与讨论
相关主题
请教一个题目的数值计算方法[转载] lineariation problem....help, please
请教:求最值问题靠,问个棘手的问题
求概率Ask an optimization problem (important)
numeric recipe code amotry(), bug or notA question about convex analysis
带约束条件的 minimization 怎么做?弱问题,画gamut
[转载] 问个弱智的branch and bound 问题哈,抓狂中~~~matlab函数求教
How to creat a large 3-dimentional Matrix in C?matlab里如何把一个任意多边形扩大
optimization using matlab function fminconNewton's method最后收敛速度很慢,求解释
相关话题的讨论汇总
话题: convex话题: minimal话题: suppose话题: about话题: surface