• 沒有找到結果。

第五章 結論與建議

5.2 建議

本研究目前的重點係針對簡化過後之航空貨運營收管理問題,因此建議未來相關之 後續研究可增加討論以下幾點因素:

1. 本研究對於航空貨運之艙位存貨管理而言,只考慮單一起訖點的航段。因而後 續之相關研究,就航線部分可從起訖點(OD)甚至是網路部分著手。

2. 本研究只有考慮到需求部分之材積與重量的不確定性,並未考慮供給面之不確 定性,可以將此因素適當地反映在模式當中。

3. 本研究於飛機起飛時(決策時段 t = 0)之邊界條件,是利用模擬需求到達的資 料,來作多元線性迴歸分析,然而此種作法較為費時。而且將材積與重量分開 考慮之線性賠償方式,與現實情形不符,因為當拉下某一貨物則其材積與重量 會同時減少。所以可以特別針對邊界條件考慮上述缺失,以理論推導之方式,

求出一有系統之數學模式。,

參考文獻

國內文獻

石豐宇、黃瑞財 (1996),「以非均質卜桑過程建構多席航空訂位需求預測模式」,運輸計 劃季刊,卷 25,pp665-680。

石豐宇、郭維杰 (1999),「多席訂位與多重行程之動態艙位規劃分析」,運輸計劃季刊, 卷 28,pp565-592。

交通部統計處資料,http://www.motc.gov.tw/service/month-c/mcmain.htm,95/10/31。

李高彥 (1995),定期貨櫃海運業應用收益管理之研究,國立交通大學運輸科技與管理學 系碩士論文。

李啟安 (2001),貨櫃航商收益管理之研究-以艙位分配為例,國立成功大學交通管理學 系碩士論文。

汪進財、蔡言宏 (2001),「航空公司超額訂位控制策略之研究」,運輸計劃季刊,卷 30,

pp135-164。

許文娟 (1998),Kasilingam 航空貨運收益管理模式之研究,國立交通大學運輸科技與管 理學系碩士論文。

許文秀 (2004),考慮供給不確定性之航空貨運營收管理,國立交通大學運輸科技與管理 學系碩士論文。

陳雅妮 (2001),航空公司航班課位需求與訂位艙等規劃,國立交通大學運輸科技與管理 學系碩士論文。

陳昭宏、張有恆 (1999),「航空公司動態營收管理策略模式之研究」,運輸計劃季刊,卷 28,pp593-607。

顏上堯、陳茂南 (2000),「航空公司網路機位庫存管理-混合共用容量控制策略」,運輸 計劃季刊,卷 29,pp53-78。

國外文獻

Amaruchkul, K., Cooper, W. L. and Gupta, D. (2006), “Single-Leg Air-Cargo Revenue Management,” Transportation Science, to appear.

Belobaba, P.P. (1989), “Application of a Probabilistic Decision Model to Airline Seat Inventory Control,” Operations Research, Vol. 37, No.2, pp.183-197.

Boeing (2006), World Air Cargo Forecast 2006-2007,

http://www.boeing.com/commercial/cargo/01_06.html, 95/09/31。

Brumelle, S.L. and McGill, J.I. (1993), “Airline Seat Allocation with Multiple Nested Fare

Lee, T. C. and Hersh, M. (1993), “A Model for Dynamic Airline Seat Inventory Control with Multiple Seat Bookings,” Transportation Science, Vol 27, No.3, pp.252-265.

Luo, S. and Cakanyildirim, M. (2004), “Two Dimensional Cargo Overbooking Models,” the proceedings of the 35th Annual Meeting of Decision Sciences Institute, Nov. 20-23, Boston, MA, pp.3781-3786.

McGill, J.I. and van Ryzin, G. J. (1999), “Revenue management: Research Overview and Prospects,” Transportation Science, Vol 33, No.2, pp.233-256.

Popescu, A., Keskinocak, P., Johnson, E., LaDue, M. and Kasilingam, R. (2006), “Estimating Air-Cargo Overbooking Based on a Discrete Show-Up-Rate Distribution,” Interfaces, Vol 36, No.3, pp.248-258.

Smith, B.C., Leimkuhler, J.F. and Darrow R.M. (1992), “Yield Management at American Airlines,” Interfaces, Vol 22, No.1, pp.8-31.

Subramanian, J., Stidham Jr., S. and Lautenbacher, C.J. (1999), “Airline yield management with overbooking, cancellations, and no-shows,” Transportation Science, Vol 33, No. 2, pp.147-167.

Talluri, K.T. and van Ryzin, G.J. (2004), The Theory and Practice of Revenue Management, Kluwer, Dordrecht, The Netherlands, 2004

Weatherford, L.R. and Bodily S.E. (1992), “A Taxonomy and Research Overview of

Perishable-Asset Revenue Management: Yield Management, Overbooking, and Pricing,”

Operations Research, Vol 40, No. 5, pp.831-844.

Wollmer, R.D. (1992) “An Airline Seat Management Model for a Single Leg Route When Lower Fare Classes Book First,” Operations Research, Vol 40, No.1, pp.26-37.

附錄一 JAH 演算法之 matlab 程式碼

for x=1:(in_range+out_range+1) for y=1:(in_range+out_range+1)

%u(x,y,1)=min(0,-170.91-2.17625*max(-50,rx-kv)-1.33151*max(-50,ry-kw)); %(1.2,1.2) %u(x,y,1)=min(0,-213.64-2.72026*max(-50,rx-kv)-1.66442*max(-50,ry-kw)); %(1.5,1.5) u(x,y,1)=min(0,-256.37-3.26427*max(-50,rx-kv)-1.99731*max(-50,ry-kw)); %(1.8,1.8) %u(x,y,1)=-1*(max(0,hv*(rx-kv)))-1*(max(0,hw*(ry-kw)));

end end

% DP u_temp=0;

test=0;

for t=2:(time+1) %t=1 equal take off(period 0) for x=1:(in_range+out_range+1) for y=1:(in_range+out_range+1) u(x,y,t)=P0(t-1)*u(x,y,(t-1));

for l=1:class for k=1:g

if x <= in_range

real_x=(x-1)*in_volume;

elseif x==(in_range+1) real_x=x_bound;

elseif x==(in_range+out_range+1) real_x=volume_limit;

else

real_x=x_bound+(x-in_range-1)*out_volume;

end

if y <= in_range

real_y=(y-1)*in_weight;

elseif y==(in_range+1) real_y=y_bound;

if (a<=volume_limit) && (b<=weight_limit)

n2=(u(x1+1,y1,t-1)-u(x1,y1,t-1))*d_volume-d_volume*(u(x1+1,y1+1,t-1)-u(x1,y1,t-1));

n3=d_volume*d_weight;

d=n1*rx+n2*ry+n3*u(x1,y1,t-1);

u_temp=(d-n1*a-n2*b)/n3;

else % the left side of plane

n1=d_weight*(u(x1+1,y1+1,t-1)-u(x1,y1,t-1))-d_weight*(u(x1,y1+1,t-1)-u(x1,y1,t-1));

n2=d_volume*(u(x1,y1+1,t-1)-u(x1,y1,t-1));

n3=-d_volume*d_weight;

d=n1*rx+n2*ry+n3*u(x1,y1,t-1);

u_temp=(d-n1*a-n2*b)/n3;

end

u(x,y,t)=u(x,y,t)+P((g*(l-1)+k),(t-1))*max((exp_R(g*(l-1)+k)+u_temp),(u(x,y,(t-1))));

else

u(x,y,t)=u(x,y,t)+P((g*(l-1)+k),(t-1))*(u(x,y,(t-1)));

end end

end end end end

簡 歷

姓名:張格禎 籍貫:宜蘭縣

生日:民國 72 年 1 月 28 日

電子郵件信箱:[email protected]

學歷:

民國 94 年 9 月至民國 96 年 6 月 國立交通大學運輸科技與管理學系碩士班畢業 民國 90 年 9 月至民國 94 年 6 月 國立交通大學運輸科技與管理學系畢業 民國 87 年 9 月至民國 90 年 6 月 國立宜蘭高級中學畢業

相關文件