用户名: 密码: 验证码:
不确定条件下若干网络优化问题的模型与算法研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
网络优化问题是生产管理和科学研究中经常遇到的问题,它属于运筹学的一个重要分支,主要研究在一组约束条件下如何有效地设计、安排、管理和控制一个网络系统,使这个网络系统总的效益最大化。在经济管理、工业工程、交通运输、通讯网络等诸多领域,网络优化都有广泛的应用。随着计算机科学应用和发展,运筹学与计算机科学相互渗透,推动着网络优化问题的应用范围不断扩大和深入。研究网络优化问题,如网络的最短路问题、最小费用支撑树问题、最小费用流问题及Steiner树问题等的算法设计与分析,已成为多个学科的一个重要研究方向。特别是随着Internet各种应用的发展,电子商务的日益普及,涉及到网络优化设计诸如网络基础设施建设、网络可靠性设计和智能路由设计等问题的研究需求更加迫切。网络优化的关键问题是研究面向网络的组合优化问题的求解技术,这方面已成为计算机科学技术领域的一个极为活跃的研究方向。
     在实际生活中,由于客观或主观的原因,我们所研究的问题存在着各种各样的不确定性,因而在解决实际问题时,我们必须对这些不确定因素给予考虑。由于不确定性的出现,对原有的网络优化模型提出了挑战,也为优化理论的进一步发展提供了新的机遇。本文主要就不确定条件下若干网络优化问题进行研究,提出了进一步的不确定性问题的模型,并给出了求解新模型的智能算法和拉格朗日松弛算法。其主要工作如下:
     利用随机理论研究了有约束的随机最短路问题,根据不同的决策准则,建立了三种不同的随机优化模型,提出了求解模型的退火遗传算法。通过算例验证了算法的合理性和有效性
     利用可信性理论和模糊环境下机会约束规划及其相关机会规划建模的思想,在模糊环境下建立了模糊度约束生成树问题的数学模型,并讨论了特殊情况下的等价问题。同时利用Prüfer数对生成树进行编码,设计了一个求解模糊度约束最小生成树问题的遗传算法,并将算法应用于TSP问题求解。
     研究了含随机变量的固定费用的运输问题,对运输问题数学模型进行了描述,通过Steiner树问题的转换证明了该问题是NP难问题。根据概率论知识,将不确定性问题转化成确定性的等价模型。利用运输图是一个生成树的特性,设计了基于生成树的遗传算法。
     研究了网络优化设计问题,提出了利用神经网络评估网络可靠性的方法,并给出了使用随机模拟技术产生训练样本的过程。在分析了粒子群算法的特性之后,设计了一个二进制粒子群算法求解本文的离散优化问题。仿真结果表明,该粒子群方法具有性能稳定和收敛速度快的特点,能较好地得到网络优化设计问题中的最优解。针对需求和供给不确定的物流网络的选址问题,按照成本最低化原则建立了不确定的数学模型,在假设随机变量服从正态分布的前提下,将不确定优化模型转化成确定模型,并采用拉格朗日松弛算法对模型进行求解,给出了次梯度优化求解算法的一般步骤。考虑到算法在实际求解过程中收敛速度较慢的问题,进一步对拉格朗日松弛算法进行了改进。
     最后,对全文的研究工作做了总结,并对今后要进一步开展的研究工作进行了展望。
The network optimization problem belongs to an important branch of operations research, which is often studied by the field of administration and science. Its aim is to study how to plan and control network system in the condition of constraints, and make the system to reach the maximal profits. It arises in a wide variety of management science, industrial engineering, transportation and communication network. As the applications and developments of computer science, operations research and computer science is saturation one another, and the application ranges of network optimization problem become more and more enlargement and depth. The research of algorithms design and analysis of network optimization problem, such as the shortest paths of network, the smallest cost spanning trees, the smallest cost flows, Steiner tree and so on, has become an important research aspect of computer science. Especially as the development of different applications of Internet, electronic business increasingly get popularization, the research demand which comes down to network optimization design, such as the foundation establishment construction of network, the reliability design of network and the design of brainpower route and so on, becomes more imminence. The key problem of network optimization is the solving technology of combinatorial optimization problem of network, and which has become the most active research aspect of computer science technology and other fields.
     In some applications, there are various types of uncertainty by the reason of various factors, such as randomness and fuzziness. We must be taken into account it in the process of establishing mathematic model. On one hand, the existence of uncertainty challenges the classical optimization method, on the other hand, it provides a chance for the improvement of optimization theory. Therefore, research on network optimization of uncertainty is very critical reference for decision makers in real network construction. In this dissertation, we focus on some new problems arising from uncertain environment; propose some models and their corresponding algorithms about network optimization problems. The main work is as follows:
     (1) Based on probability theory, the dissertation studies the stochastic shortest path problem with constraints, and three types of models including the expected value model, the chance-constrained programming and the dependent-chance programming are formulated. At the same time, a hybrid intelligent algorithm merging anneal method for these models is developed, and some numerical examples are given for effectiveness of the algorithm.
     (2) According to the credibility theory and fuzzy theory, the models such as the expected value model, the chance-constrained programming and the dependent-chance programming with respect to the degree-constrained minimum spanning tree problem are established, and some equivalents of models are given in the special cases. To solve the minimum spanning tree problem we propose to use a genetic algorithm based on encoding with Prufer number. What is more, an example of solving traveling salesman problems with this algorithm is given with concrete steps.
     (3) The fixed-charged transportation problem with random variables is studied. The mathematical model for the problem under uncertain condition is established considering the chance constraints. Accorging to Steiner tree, the problem is proved to be NP-hard. Applying the property that a transportation network is a spanning tree, a genetic algorithm based on tree is adopted to solve our problems.
     (4) The problems of network optimization design are introduced. A method of estimating network reliability using neural network is proposed. By means of training a neural network with sample produced by stochastic simulation, it can fit the non-linear relationship between input and output. After analyzing the characteristic of particle swarm optimization, the binary improved particle swarm optimization algorithm for our problem is brought forward, and the detailed realization of the algorithm is illustrate. The numeric experiments show that the algorithm is simple, efficiency and converges quickly. In order to select logistics location under uncertain demand and supply; we set up a model of chance-constrained programming, and solved the problem by Lagrangian relaxation heuristic algorithm. The general algorithm steps based on sub-gradient optimization mathematics method are presented. In view of the weak convergence performance in this algorithm, the Lagrangean relaxation algorithm is modified in some points.
     Finally, a summary has been done for all discussion in the dissertation. The researchworks in future study are presented.
引文
[1]M.Djerdjour.An enumerative algorithm framework for a class of nonlinear integer programming problems.European Joarnal of operational research,1997,101(1):104-121.
    [2]Valen E.Johnson,Ann Moosman,and Paul Cotter.A Hierarchical Model for Estimating the Early Reliability of Complex Systems.IEEE TRANSACTIONS ON RELIABILITY,2005,54(2).
    [3]Sarintip Satitsatian and Kailash C.Kapur.An Algorithm for Lower Reliability Bounds of Multistate Two-Terminal Networks.IEEE TRANSACTIONS ON RELIABILITY,2006,55(2).
    [4]Joao B.Cardoso,Joao R.de Almeida.Tructural reliability analysis using Monte Carlo simulation and neural networks.Advances in Engineering Software,2008,39:505-513
    [5]杨珺.网络服务设施的截流-选址问题研究.华中科技大学博士学位论文,2005.
    [6]张建中,许绍吉.线性规划.北京:科学出版社,1999
    [7]Hua Ke,Baoding Liu.Project scheduling problem with mixed uncertainty of randomness and fuzziness.European Journal of Operational Research,2007,183:135-147
    [8]Baoding Liu.Uncertain programming:a unifying optimization theory in various uncertain environments.Applied Mathematics and Computation,2001,120:227-234
    [9]Yongshuang Zheng,Baoding Liu.Fuzzy vehicle routing modal with credibility measure and its hybrid intelligent algorithm.Applied Mathematics and Computation,2006,176:673-683
    [10]R.M.Karp.Reducibility among combinatorial problems.Complexity of Computer Computations,1972,85-103
    [11]汪定伟.智能优化方法.北京:高等教育出版社,2007
    [12]Tang,J.and D.Wang.An interactive approach based on a GA for a type of quadratic programming problem with fuzzy objective and resources.Computers and Operations Research,1997,24:413-422
    [13]Wang D.Modelling and optimization for a type of fuzzy nonlinear programming problemrs in manufacture systems.Proceedings of the IEEE Conference on Decision and Control,1996,4:4401-4405
    [14]Murty K G..Network Programming.Prentice-Hall,Englewood CliRs,NJ,1992
    [15]M.R.加里,D.S.约翰逊.张立昂等译.计算机和难解性.北京:科学出版社,1987.
    [16]周明,孙树栋.遗传算法原理及应用.北京:国防工业出版社,2002
    [17]钱颂迪等编.运筹学.北京:清华大学出版社,1990
    [18]杨洪.图论常用算法选编.北京:中国铁道出版社,1988
    [19]谢金星,刑文训.网络优化.北京:清华大学出版社,2000
    [20]刑文训,谢金星.现代优化计算方法.北京:清华大学出版社,1999
    [21]Ahuja R.K.,Magnanti T.L.,Odin J.B.Network Flows:theory,algorithms,and applications.Englewood Cliffs,N J:Prentice-Hall,1993.
    [22]Miller,R.E.,J.W Thatcher.Complexity of Computer Computations.New York:Plenum Press,1972
    [23]许进,张军英,保铮.基于Hopfield网络的图的着色问题.电子学报,1996,24(10):8—13.
    [24]Bollob(?)s B.Modern graph theory.Beijing:The press of science,2001,113—114
    [25]Ford L.R.,Fulkerson D.R..Maximal flow through a network.Canad.Journal of Math.,1956,8:399~404.
    [26]M.A.Venkataramanan,J.J.Mote.A surrogate and lagrangian approach to constrained network problems.Annals of Operation Research,1989,20:283-302
    [27]Queyranne M.Theoretical efficiency of the algorithm“Capacity”for the maximum flow problem.Mathematics of Operations Research,1980,5(2):258~266.
    [28]Laporte G,Nobert Y.Exact algorithms for the vehicle routing problem.in:Martello S.,Laporte G,Minoux M.,Ribeiro(eds.),Surveys in Combinatorial Optimization.Amsterdam:North-Holland,1987,147-184.
    [29]Cai X,Kloks T,Wong C K.Time-varying shortest path problems with constraints.Network,1997 29:141-149
    [30]Loachim I,Gelinas S.A Dynamic programming algorithem for the shortest path problem with time windows and linear node costs.Network,1998,31:193-204
    [31]苏莹,王英杰,余卓渊.一种建立公交网络的最短路径改进算法.地球信息科学,2005,7(2):99-104
    [32]张振坤.多指标运输问题的数学模型及算法研究.郑州大学学报,200l,33(2):33-360
    [33]Hitchcock F.L..The distribution of a product fiom several sources to numerous localities.Journal of Mathematical Physics,1941,20:224-30.
    [34]L.V.Kantorovich.Mathematical methods of organizing and planning production.English translation in Management Sci.,1960,6:366-422.
    [35]Dantzig G .B.Linear programming and extensions.Princeton,NJ:Princeton University Press,1963.
    [36]Charnes A.,Cooper W.W.and Henderson A.An introduction to linear programming.New York:Wiley,1953.
    [37]R.C.Prim.Shortest connection networks and some generalization Bell System Tech,1957,36:1389-1401.
    [38]Ahuja R K,Orlin J B.A Faster Algorithm for the Inverse Spanning Tree Problem.Journal of Algorithrns,2000,34:177-193
    [39]Hassin R,Tamir A.On the minimum diameter spanning tree problem.Information Processing Letters,1995,53:109-I 11
    [40]Fujie T.An exact algorithm for the maximum leaf spanning tree problem.Computers and Operations Research,2003,30:1931-1944
    [41]Katagiri H,Ishii H.Chance constrained bottleneck spanning tree problem with fuzzy random edge costs.J.of the Operations Research Society of Japan,2000,43:128-137
    [42]Katagiri H,Sakawa M,Ishii H.Fuzzy random bottleneck spanning tree problems using possibility and necessity measures.European Journal of Operational Research,2004,152:88-95
    [43]Hassin R,Levin A.Minimum restricted diameter spanning trees.Discrete Applied Mathematics,2004,137:343-353
    [44]Kaneko A.Spanning trees with constraints on the leaf degree.Discrete Applied Mathematics,2001,115:73-76
    [45]Horowitz B,Silvana M.Quadratic programming solver for structural optimisation using SQP algorithm.Advances in Engineering Software,2002,33:669-674
    [46]Wu B,Chao K,Tang C.Approximation algorithms for some optimum communication spanning tree problems.Discrete Applied Mathematics,2000,102:245-266
    [47]Kennedy J.,Eberhart R.Particle swarm optimization.Proc.IEEE Int.Conf.on Neural Networks Perth,1995:1942-1948.
    [48]Weiszfeld E.Sur le Point pour Lequel la Somme des Distances do n points Donnesest Minimum.Tohoku Mathematical Journal,1937,43:355-386
    [49]Hotelling H.Stability in Competition.Economic Journal,1929,39:41-57
    [50]Hakimi S.L.Optimum Locations of Switching Centers and the Absolute Centers and Medians of a Graph,Operations Research,1964,12:450--459
    [51]Cooper L.Location-Allocation Problem.Operations Research,1963,11:331-343
    [52]B.Liu.Uncertain Programming.Wiley,New York,1999
    [53]B.Liu.Theory and Practice of Uncertain Programming.Physica-Verlag,Heidelberg,2002.
    [54]B.Liu.Uncertainty Theory:An Introduction to its Axiomatic Foundations.Berlin:Springer-Verlag,2004.
    [55]L.A.Zadeh.Fuzzy sets.Information and Control,1965,8:338-353.
    [56]L.A.Zadeh.Fuzzy sets as a basis for a theory of possibility.Fuzzy Sets and Systems,1978,1:3-28.
    [57]S.Nahmias.Fuzzy variables.Fuzzy Sets and Systems,1978,1:97-110.
    [58]D.Dubois and H.Prade.Possibility Theory:An Approach to Computerized Processing of Uncertainty.New York:Plenum,1988.
    [59]Z.Pawlak.Rough Sets.International Journal of Information and Computer Sciences,1982,11:341-356.
    [60]Z.Pawlak.Rough Sets.Theoretical Aspects of Reasoning about Data,(Kluwer Academic Publishers) Dordrecht,1991.
    [61]Liu B.A survey of credibility theory.Fuzzy Optimization and Decision Making,2006,5(4)
    [62]Liu B.Uncertainty Theory (Third Edition).2008 by UTLAB
    [63]Chames A and Cooper W.W.Chance-constrained programming.Management Science,1959,6(1):73-79
    [64]Dubois D,Prade H.Fuzzy Sets and Systems:Theory and Applications.New York: Academic Press,1980
    [65]Dubois D,Prade H.Systems of linear fuzzy constraints.Fuzzy Sets and Systems,1980,3:37-48
    [66]Martin J.Distribution of time through a directed acyclic network.Operations Research,1965,13:46-66.
    [67]Mirchandani P,Soroush H.Optimal Paths in Probabilistic Networks:A Case with  Temporary Preferences.Computer and Operations Research,1985,12:365-381
    [68]Frank H.Shortest path in probabilistic graphs.Operations research,1969,17:583-599
    [69]Martins E.On a multi-criteria shortest path problem.European Journal of Operational Research,1984,16:236-245.
    [70]Klein C M.Fuzzy shortest paths.Fuzzy Sets and Systems,1991,39:27-41.
    [71]Osaka S,Gen M.Fuzzy shortest paths problem.Computers and Industrial Engineering,1994,27(4):465-468.
    [72]Osaka S,Gen M.Order relaion between intervals and its application to shortest path problem.Computers and Industrial Engineering,1994,25(1):147-150.
    [73]Katagiri H,Sakawa M,Ishii H.Fuzzy random bottleneck spanning tree problems using possibility and necessity measures.European Journal of Operational Research,2004,152:88-95
    [74]H.Katagiri,masatoshi Sakawa,Hiroaki Ishii.Solving Chance-Constrained Programs Combining Tabu Search and Simulation.European Journal of Operational Research,2004,152:88~99
    [75]F.P.B.Cruz,J.MacGregor,Smith,G.R.Mateus.Solving to Optimality the Incapacitated Fixed-charge Network Flow Problem Computers and Operations Research,1998,25(1):67~81
    [76]Hall R.The fastest path through a network with random time-dependent travel time.Transportation Science,1986,20(3):182-188
    [77]Mohammad Lorry Hussein.Complete solutions of multiple objective transportation problems with possibilistic coefficients.Fuzzy Sets and Systems,1998,93:293-299
    [78]M.K.Luhandjula.Mathematical programming in the presence of fuzzy quantities and random variables.The Journal of Fuzzy Mathematics,2003,11(1):27-38.
    [79]Tong Shaosheng.Interval number and fuzzy number linear programmings.Fuzzy Sets and Systems,1994,66:301-306
    [80]Bit A.K.Multi-objective fuzzy transportation problems.The Journal of Fuzzy Mathematics,1998,6:43-49
    [81]Shinya Kikuch.A method to defuzzify the fuzzy number:transportation problem application.Fuzzy Sets and Systems,2000,116:3-9
    [82]Chanas S,Delgado M,Verdegay J,Vila M.Interval and fuzzy extension of classical transportation problems.Transportation Planning and Technology,1993,17:203-218
    [83]V M .Kureichik,A .N.M elikhov and V .V Miagkikh.Some New Features in Genetic Solution of the Traveling Salesman Problem,Proc.of IC on Adaptive Computing In Engineering Design And Control,1996
    [84]M.Datar and A.Ranade.Commuting with delay prone buses.In:Proceeding of the Eleventh Annual ACMSIAM Symposium on Discrete Algorithms,2000,22-29
    [85]Barbara W.Y.Siu,Hong K.Lo.Doubly uncertain transportation network:Degradable capacity and stochastic demand.European Journal of Operational Research,2008,191:164-179
    [86]吴云.不确定环境下网络系统的瓶颈容量扩张问题研究.华中科技大学博士学位论文,2005.
    [87]Tan Guozhen,Xia Xiangfu,Gao Wen.Reliability theory model and expected life shortest path in stochastic and time-dependent networks.Lecture notes in computer Science,2003,6
    [88]谢政,汤泽滢.带有模糊容量限制的网络中的最佳最小费用最大流.模糊系统与数学,1996,10(1):64~69.
    [89]石玉峰.战时随机运输时间路径优化研究.系统工程理论与实践,2005,25(4)
    [90]张代远.神经网络新理论与方法,北京:清华大学出版社,2006.
    [91]Rauch H E,Winarske T.Neural Network for Routing Communication Traffic.IEEE Control System Magazine,1988,4:26-31.
    [92]Michalewicz,Z.Genetic Algorithm+Data Structure=Evolution Programs,3~(rd) edition,Springer-Verlag,New York,1996.
    [93]Grefenstettee J J,Gopal R.Proceedings of the First Genetic Algorithms for the Salesman Problem.In:International Conference on Genetic Algorithms,Lawrence Erlbaum Associates,Publishers,1985,160-168.
    [94]Liu L Z.The fuzzy quadratic assignment problem with penalty:New models and genetic algorithm.Applied Mathematics and Computation,2006,174:1229-1244.
    [95]Thomas Dean,James Alien.人工智能:理论与实践.北京:电子工业出版社,2003
    [96]刘建强等.一种最短路问题的遗传算法求解.数学的实践与认识,2007,37(17):53-57
    [97]杨辉,康立山,陈毓屏.一种基于构建基因库求解TSP问题的遗传算法.计算机学报,2003,26(12):1753-1758.
    [98]宋海州.求解度约束最小生成树的单亲遗传算法.系统工程理论与实践,2005,25:61—660
    [99]闵应骅.计算机网络路由研究综述.计算机学报,2003,26(6):641~649.
    [100]Z.Miehalewicz and M.Schoenauer.Evolutionary algorithms for constrained parameter optimization problems,Evolutionary Computation,1996,4(1)
    [101]Chang Wook Ahn,R.S.Ranmakrishna.A genetic algorithm for shortest path routing problem and the sizing of populations.IEEE Trans.Evol.Comput,2002,6(6):566-579.
    [102]Carlson S,Shonkwiler R.Annealing a Genetic Algorithm over Constraints.Proceedings of the 1998 IEEE International Conference on Systems,Man and Cybernetics,1998:3931-3936.
    [103]王小平,曹立明.遗传算法—理论、应用与软件实现.西安:西安交通大学出版社,2002.
    [104]Zhou GG,Gen M.Genetic algorithm approach on multi-criteria minimum spanning tree problem.European Journal of Operational Research,1999,114(1):141-152.
    [105]王励成,孙麟平.求解度限制最小生成树问题的启发式遗传搜索算法.系统工程理论与实践,2003,23(5):103-112.
    [106]廖飞雄,马良.求解度约束最小生成树的一种启发式方法.上海理工大学学报,2007,29(2):142-144.
    [107]宁爱兵,马良.度约束最小生成树(DCMST)的竞争决策算法.系统工程学报.2005,20(6):630-634.
    [108]A.Cayley.A Theorem on Trees.Quarterly Journal of Mathematics,1889,23:376-378.
    [109]莫松海,喻晓峰.基于神经网络的B运输问题求解算法.计算机应用与软件,2008,25(3):217-219
    [110]曾霁,张先君.运输问题的区间规划模型.四川理工学院学报(自然科学版),2008,21(2):30-33
    [111]钟波,张先君.一类模糊运输问题及其混合智能算法.重庆大学学报(自然科学版).2006 29(7)
    [112]刘新旺,达庆利,韩世莲.区间数运输问题模型及其模糊目标规划求解方法.管理工程学报,1999,13(4):6-8.
    [113]刘林忠.模糊环境下的一些优化问题模型和算法研究.清华大学博士学位论文,2006
    [114]Adlaldhaa V,Kowalskib K.A simple heuristic for solving small fixed-charge transportation problems.Omega International Journal of Management Science,2003(31):205-211
    [115]黄红选(译),梁治安(校).全局优化引论.北京:清华大学出版社,2003
    [116]Hirsch W,Dantzig G.The fixed charge problem.Naval Research Logistics Quarterly,1968,15:413-424
    [117]玄光男,程润伟(著).于歆杰,周根贵(译).遗传算法与工程优化.北京:清华大学出版社,2005
    [118]郭嗣综,陈刚.信息科学中的软计算方法,沈阳:东北大学出版社,2002
    [119]Xiaoyu Ji.Models and Algorithm for Stochastic Shortest Path Problem.Applied Mathematics and Computation,2005,170(1):503-514
    [120]M.S.Chern and R.H.Jan.Reliability optimization problems with multiple constraints.IEEE Transactions on Reliability,1986,35(4):431--436.
    [121]C.S.Sung and Y.K.Cho.Reliability optimization of a series system with Multiple-choice and budget constraints.European Journal of Operational Research,2000,127(1):159-171.
    [122]S.R.V.Majety.Optimal reliability allocation with discrete cost-reliability data for components.Operations Research,1999,47(6):899-906
    [123]Chat S R,Smith A E.Estimation of all-terminal network reliability using an artificial neural network.Computers & Operations Research,2002,29:849-868.
    [124]Aggarwal et.al,Topological layout of lips for optimizing the overall reliability in a computer communication system.Microelectronics and Reliability,1982,22(3):347-351.
    [125]Glover et al.Least-cost network topology design for a new Service:an application of a tabu search.Annuals of Operations Research,1991,33:351-362.
    [126]Politof T,Satyanarayana A.A linear time algorithm to Compute the reliability of planar cube free networks.IEEE.Trans Reliability,1990,39(12):557-563.
    [127]Wilde D,Philippe.Neural Network Models:An Analysis[M].London:Springer-Verlag,1996.
    [128]孙艳蕊,张祥德.一种计算具有不可靠结点分布式计算网络可靠性的算法.通信学报,2002,23(9):22-28.
    [129]赵彦,张新锋,徐国华.因子定理在计算机集成制造系统网络可靠性分析中的应用.计算机集成制造系统,2005,11(12):1621-1627
    [130]A.Lendasse,V.Wertz,M.V.Model selection with cross-validations and bootstraps application to time series prediction with RBFN models.Lecture Notes in Computer Science,Springer Berlin / Heidelberg 2714,2003
    [131]马慧民,叶春明.二进制改进粒子群算法在背包问题中的应用.上海理工大学学报,2006,28(1):3 1-34
    [132]钟一文,杨建刚,宁正元.求解TSP问题的离散粒子群优化算法.系统工程理论与实践,2006, 6:88-95
    [133]李爱国.多粒子群协同优化算法.复旦学报(自然科学版),2004,43(5):923-925.
    [134]杜文,衰庆达,周再玲.一类随机库存/运输联合优化问题求解过程分析.中国公路学报,2004,17(1):114-118
    [135]Fumero F.A modified subgradient algorithm for Lagrangean relaxation.Computers & Operations Research,2001,28(1):33-52.
    [136]Goffin J.On convergence rate of subgradient optimization methods.Mathematical Programming,1987,13(3):329-347.
    [137]Kim S,Ahn H,Cho S.Variable target value subgradient method.Mathematical Programming,1991,49(3):359 -469.
    [138]KENNEDY J,EBERHARD R.A discrete binary version of the particle swarm optimization [A].Proceeding of the conference on System,Man,and Cybernetics[C],NJ,USA:IEEE Service Center,1997,4104-4109
    [139]J.B.Orlin.A polynomial time primal network simplex algorithm for minimum cost flows.Mathematical Programming,1997,78:109-129
    [140]徐宗本,张讲社,郑亚林.计算智能中的仿生学:理论与算法.北京:科学出版社,2003
    [141]黄席樾.现代智能算法理论及应用.北京:科学出版社,2005
    [142]Zadeh L A.Fuzzy logic,neural networks,and soft computing.Comm of ACM, 1 994,37(3):777-848.
    [143]杨行峻,郑君里.人工神经网络.北京:高等教育出版社,1992.
    [144]焦李成.神经网络计算.西安:西安电子科技大学出版社,1993.
    [145]刘诚.供应链网络优化—建模与算法设计.中南大学博士学位论文,2006
    [146]王凌,刘波.微粒群优化与调度算法.北京:清华大学出版社,2008
    [147]J.H.Holland.Adaptation in natural and artificial systems.Ann.Arbor:The University of Michigan Press,1975.
    [148]Bagley J.D.The behavior of adaptive system which employ genetic and correlation algorithm,[Ph D Dissertation].University of Michigan,No.68-7556,Dissertation Abstracts International,1967,28(12),5106B.
    [149]K.De Jong.An analysis of the behavior of a class of genetic adaptive systems [PhD Dissertation].University of Michigan,Dissertation Abstracts International,36(10),5140B,1975.
    [150]张文修,梁怡.遗传算法的数学基础.西安:西安交通大学出版社,2000
    [151]谢政,李建平.网络算法与复杂性理论.长沙:国防科技大学出版社,1995
    [152]刘宝碇,赵瑞清,王纲.不确定规划及应用.北京:清华大学出版社,2003

© 2004-2018 中国地质图书馆版权所有 京ICP备05064691号 京公网安备11010802017129号

地址:北京市海淀区学院路29号 邮编:100083

电话:办公室:(+86 10)66554848;文献借阅、咨询服务、科技查新:66554700