由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - 优化问题求助
相关主题
问题征解为什么功率分布变好了,振幅分布反而会变坏呢
Re: Optimization booksAn optimization problem
Re: Help, Gao Shou[转载] help, greedy algorithm
Re: Integer Optimizationplaying golf
Re: princess problem求一篇文章 (in Lecture Notes in Maths) (转载)
两将军问题请教一个关于k-means的问题。
Re: a math problem.optimization using matlab function fmincon
Re: linear programmingcredit card fraud risk detection问题求教
相关话题的讨论汇总
话题: l2话题: l1话题: alpha话题: dh话题: better
进入Science版参与讨论
1 (共1页)
wz
发帖数: 1
1
There are three parameters, alpha, L1, L2, to be determined optimally, so that
the following quantities (n = 1, 2, 3, …N, where N is a given natural number)
S_n = S_n(n, alpha, L1, L2)
R_n = R_n(n, alpha, L1, L2)
H_n = H_n(n, alpha, L1, L2)
Satisfy
1. R_n > R (R is a given value, n = 1,2,3,…N), and the larger the better for
R_n;
2. S_n > 0 (n = 1,2,3,…N);
3. dh_n = h_(n+1) – h_n > dh (dh is a given value), and the larger the better
for dh_n;
4. R_N+S_N is minimized, and the shorter the better
Th
f**n
发帖数: 401
2
My 2 cents:
First of all, your problem is not clearly stated. You need to formalize your
problem into a nonlinear optimization problem. That is, you want to minimize
certain objective function under certain constraints, rather than vaguely
state "the larger the better" or something like that. If there are more than
one objectives, for example you may prefer larger R_n, you
should make some tradeoff among them. For instance you can set up the
objective function as R_N+S_N-\sum c_n*R_n, in which

【在 wz 的大作中提到】
: There are three parameters, alpha, L1, L2, to be determined optimally, so that
: the following quantities (n = 1, 2, 3, …N, where N is a given natural number)
: S_n = S_n(n, alpha, L1, L2)
: R_n = R_n(n, alpha, L1, L2)
: H_n = H_n(n, alpha, L1, L2)
: Satisfy
: 1. R_n > R (R is a given value, n = 1,2,3,…N), and the larger the better for
: R_n;
: 2. S_n > 0 (n = 1,2,3,…N);
: 3. dh_n = h_(n+1) – h_n > dh (dh is a given value), and the larger the better

m******k
发帖数: 139
3
Use fmincon() in Matlab.
For C/C++:
CFSQP from U. of Maryland.
Opt++ from a national lab.

than
decided
that
number)
for
better
and

【在 f**n 的大作中提到】
: My 2 cents:
: First of all, your problem is not clearly stated. You need to formalize your
: problem into a nonlinear optimization problem. That is, you want to minimize
: certain objective function under certain constraints, rather than vaguely
: state "the larger the better" or something like that. If there are more than
: one objectives, for example you may prefer larger R_n, you
: should make some tradeoff among them. For instance you can set up the
: objective function as R_N+S_N-\sum c_n*R_n, in which

1 (共1页)
进入Science版参与讨论
相关主题
credit card fraud risk detection问题求教Re: princess problem
[Job Opening] 3D Engine Developer - Physics and Low Level Optimization两将军问题
[Job Opening] 3D Engine Developer - Game Physics and Low Level OptimizationRe: a math problem.
[Job Opening] Portfolio Optimization Specialist Intern/ConRe: linear programming
问题征解为什么功率分布变好了,振幅分布反而会变坏呢
Re: Optimization booksAn optimization problem
Re: Help, Gao Shou[转载] help, greedy algorithm
Re: Integer Optimizationplaying golf
相关话题的讨论汇总
话题: l2话题: l1话题: alpha话题: dh话题: better