搜索资源列表
baotong
- 报童问题的计算机仿真 %tm一轮实验的预定模拟天数 %t一轮实验的仿真天数累积值 %z订报量 %z 最优订报量 %g订报量z之上界 %s1损失值之累计值 %s最小损失值值 %r按概率分布产生随机售报量样本-newsboy problem of computer simulation% tm an experimental simulation of the target number of days a
baotong
- 报童问题的计算机仿真 %tm一轮实验的预定模拟天数 %t一轮实验的仿真天数累积值 %z订报量 %z 最优订报量 %g订报量z之上界 %s1损失值之累计值 %s最小损失值值 %r按概率分布产生随机售报量样本-newsboy problem of computer simulation% tm an experimental simulation of the target number of days a
paperkid
- 报童卖报问题,对研究通信网流量有相当大的帮助-Newsboy problem selling newspaper, the study of communication network traffic has a great help
baotong
- 一个报童从报刊发行中心订报后零售,每卖一份报纸可赚钱a元;若报纸卖不出去,则退回发行处,每退一份要赔钱b元。每天报童卖出的份数是随机的,但报童可以根据以往卖报情况统计得到每天卖k份报纸的概率密度p(k)。 (1) 求报童每天期望收益达到最大(或损失达到最小)的定报量z。 (2) 改变参数a/b的值,观察订报量的最优值变化,画出变化曲线。 试画出仿真流程图,进行程序实现,并对仿真结果进行分析。 -A newsboy sub
baotong
- 本次上传的代码为经典报童问题的matlab算法-From the code for the classical newsboy problem algorithm matlab
paperkid
- 计算机仿真 报童问题的matlab实现,对于不同的分布情况,最优值的计算-Newsboy problem of computer simulation matlab to achieve, for different distribution of the calculated optimal value
swxx
- 生物信息技术,发牌程序和报童问题,C语言描述-Bio-information technology, licensing procedures and the newsboy problem, C language descr iption of
code
- 报童问题的计算机建模仿真:一个报童从报刊发行中心订报后零售,每卖一份报纸可赚钱a元;若报纸卖不出去,则退回发行处,每退一份要赔钱b元。每天报童卖出的份数是随机的,但报童可以根据以往卖报情况统计得到每天卖k份报纸的概率密度p(k)。-Newsboy problem of computer modeling and simulation: a newsboy from a press release after the retail cen
7941918paperkid
- 关于报童问题的MATLAB仿真,其中分别进行了了均匀分布、负指数分布和高斯分布的方正。-MATLAB simulation on the newsboy problem, which had a uniform distribution, respectively, negative exponential distribution and the Gaussian distribution of the Founder.
BaoTong
- 是一个 报童的发报问题的程序 你看了会受益滴-The transmitter is a newsboy problem will benefit from the program drops you read ..
baotongwenti
- 已知报童进价和售价以及未售出时赔钱多少,根据销售额的函数求出最佳进货量-Newsboy problem
MDP-model-of-MPNP
- 在matlab平台上,针对多周期报童问题,采用值迭代算法、策略迭代算法和强化学习算法求解MDP模型的实例-This is an example presentting how to apply value-iteration algorithm,policy-iteration algorithm and reinforcement learning algorithm to MDP model, which aims to solve
hd1-hd2
- 数学建模,第十三讲,报童模型课件,相关的一个代码-Mathematical modeling the newsboy model courseware, the code
111-114
- 数学建模,第十三讲,报童模型课件,相关的一个代码-Mathematical modeling the newsboy model courseware, the code
xch11-xch14
- 数学建模第十三讲,matlab插值的相关代码-Mathematical modeling the newsboy model courseware, the code
expi
- 报童模型的负指数分布,以及生成收益与需求量的图形、亏损与需求量的图形-Newsboy model negative exponential distribution, and generate revenue and demand for graphics, loss and demand graph
newsvendor
- 报童购进数量应根据需求量确定,但需求量是随机的,所以报童每天如果购进的报纸太少,不够买的,会少赚钱;如果购进太多,卖不完就要赔钱,这样由于每天报纸的需求量是随机的,致使报童每天的收入也是随机的,因此衡量报童的收入,不能是报童每天的收入,而应该是他长期(几个月、一年)卖报的日平均收入。我们可以应用计算机模拟的方法 在模拟时间充分大的条件下(例如10000天),模拟每天的销售量,因而确定每天应买进多少报纸才能使平均总收入达到最大值。(The