由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 请问一个基本的minimization problem有没有近似解法?
相关主题
optimization using matlab function fmincon积分方程的数值解法
choose three items of various weights to will fit into a knapsack of capacity 53维的PDE解法,有推荐吗?
问个简单的数值问题求关于Euler-Lagrange方程解法的资料
怎样证明a language is not bounded language求推荐大型稀疏线性方程组解法程序
求QR分解求近似逆矩阵程序, 最好是C系列的请教:求最值问题
近似计算matrix exponential的代码? (转载)numeric recipe code amotry(), bug or not
帮忙看看这个看似简单的问题[转载] 问个弱智的branch and bound 问题哈,抓狂中~~~
extrapolation方法来简化PDE近似解计算复杂度有什么缺点吗?About convex surface search
相关话题的讨论汇总
话题: 近似话题: 解法话题: object话题: 请问
进入Computation版参与讨论
1 (共1页)
g*****u
发帖数: 298
1
a set of objects (i from 1 to m), each has:
vi: the value of object i;
si: size of object i.
求选取a subset that can minimize the total value, subject to the condition
that total size greater than or equal to B.
请问有没有已知的近似解法?谢谢!
p******h
发帖数: 1783
2
vi/si 排序
从小的开始选直到si总和大于等于B

【在 g*****u 的大作中提到】
: a set of objects (i from 1 to m), each has:
: vi: the value of object i;
: si: size of object i.
: 求选取a subset that can minimize the total value, subject to the condition
: that total size greater than or equal to B.
: 请问有没有已知的近似解法?谢谢!

f******k
发帖数: 297
3
search for knapsack problem

【在 g*****u 的大作中提到】
: a set of objects (i from 1 to m), each has:
: vi: the value of object i;
: si: size of object i.
: 求选取a subset that can minimize the total value, subject to the condition
: that total size greater than or equal to B.
: 请问有没有已知的近似解法?谢谢!

1 (共1页)
进入Computation版参与讨论
相关主题
About convex surface search求QR分解求近似逆矩阵程序, 最好是C系列的
[转载] 请教PDE有限差分法的CFL Condition近似计算matrix exponential的代码? (转载)
[转载] How to minimize this variance?帮忙看看这个看似简单的问题
如何用两段折线逼进曲线?extrapolation方法来简化PDE近似解计算复杂度有什么缺点吗?
optimization using matlab function fmincon积分方程的数值解法
choose three items of various weights to will fit into a knapsack of capacity 53维的PDE解法,有推荐吗?
问个简单的数值问题求关于Euler-Lagrange方程解法的资料
怎样证明a language is not bounded language求推荐大型稀疏线性方程组解法程序
相关话题的讨论汇总
话题: 近似话题: 解法话题: object话题: 请问