由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Mathematics版 - Help on an optimization problem(Matlab)
相关主题
问下有没有高手懂SNOPT这个关于矩阵的方程是convex的么
optimization问题请指教如何处理matrix singularity的问题
how to do global optimization in matlab问一个lagrange multiplier的简单问题。
求推荐 学习MATLAB解决OPTIMIZATION 的书请问lagrange multiplier的简单问题。
谁有applied optimization with matlab programming 2nd ed?这种二元函数具有什么特性呢?
matlab里的fminunc函数问一个证明函数concave的简单问题。
有matlab高手吗?请问一个优化问题
请问这种optimization 方法 叫什么名字 (转载)请问radially homonegous的性质
相关话题的讨论汇总
话题: matlab话题: problem话题: fminsearch话题: hessian
进入Mathematics版参与讨论
1 (共1页)
a**********w
发帖数: 1
1
Hey, there,
I am desperate in need of help on an optimization problem using Matlab. The
idea is that I need to find the minimum for a function f(b1,b2). I have
theoretically proven that the minimum exists and local is also global.
However when I use fminsearch in Matlab using a simulation, the solution is
no where near the true values. Also, I don't know how to incorporate the
gradient & Hessian matrix.
I know that everyone is busy and your time is valuable. If it helps, I am
willing to compensa
f******k
发帖数: 297
2
try fminbnd or fmincon. fminsearch solves the unconstrained optimization
problem. you can provide gradient and/or Hessian if you are using fmincon.

The
is

【在 a**********w 的大作中提到】
: Hey, there,
: I am desperate in need of help on an optimization problem using Matlab. The
: idea is that I need to find the minimum for a function f(b1,b2). I have
: theoretically proven that the minimum exists and local is also global.
: However when I use fminsearch in Matlab using a simulation, the solution is
: no where near the true values. Also, I don't know how to incorporate the
: gradient & Hessian matrix.
: I know that everyone is busy and your time is valuable. If it helps, I am
: willing to compensa

D*******a
发帖数: 3688
3
其实自己写一个newton's method也不难了

The
is

【在 a**********w 的大作中提到】
: Hey, there,
: I am desperate in need of help on an optimization problem using Matlab. The
: idea is that I need to find the minimum for a function f(b1,b2). I have
: theoretically proven that the minimum exists and local is also global.
: However when I use fminsearch in Matlab using a simulation, the solution is
: no where near the true values. Also, I don't know how to incorporate the
: gradient & Hessian matrix.
: I know that everyone is busy and your time is valuable. If it helps, I am
: willing to compensa

1 (共1页)
进入Mathematics版参与讨论
相关主题
请问radially homonegous的性质谁有applied optimization with matlab programming 2nd ed?
求问有关矩阵的性质matlab里的fminunc函数
matlab函数求教有matlab高手吗?
complex analysis请问这种optimization 方法 叫什么名字 (转载)
问下有没有高手懂SNOPT这个关于矩阵的方程是convex的么
optimization问题请指教如何处理matrix singularity的问题
how to do global optimization in matlab问一个lagrange multiplier的简单问题。
求推荐 学习MATLAB解决OPTIMIZATION 的书请问lagrange multiplier的简单问题。
相关话题的讨论汇总
话题: matlab话题: problem话题: fminsearch话题: hessian