群智能计算模型与模糊匹配算法研究
详细信息    本馆镜像全文|  推荐本文 |  |   获取CNKI官网全文
摘要
本文在深入研究群智能计算模型和算法的基础上,提出了一种基于agent的自治计算模型,给出模型的基本组成部分和具体实例化过程。并在此基础上应用该模型解决了函数优化问题、无线传感器网络路由问题和集装箱装载问题。其次,根据RDF数据库整合问题特点和对系统、算法的需求,设计并开发一套模糊匹配算法包,集成到应用系统。本文的主要工作内容如下:
     1)提出一种基于agent的群智能计算模型。模型由系统环境,agent和规则组成,并引入信念的概念到模型中。该研究内容属新颖的基于自治计算领域,同时为群智能模型算法,尤其是多agent的研究带来新思路。
     2)应用模型解决函数优化问题。该研究内容从多agent系统的本质出发,利用自治、智能、交互等特性,引入信念及信念调整机制,利用其优点解决问题,该工作不仅为多agent的应用开辟新方向,同时也为组合优化问题的研究找到新的切入点。
     3)应用模型解决无线传感器网络路由问题。该应用能适应传感器网络动态性的特点,为不同规模的网络探查较优路由,减少能量消耗,延长节点寿命,同时保证较低的算法时间复杂性。
     4)应用模型解决集装箱装载问题。该问题是本文涉及运输系统中的重要模块,系统充分发挥数学理论、计算机技术优势,为推动行业解决方案制定科学化进程起到促进作用。传统数学方法解决此问题有运算时间长的局限性。本节部分工作开拓其它方式解决问题,在保证精度同时减少计算时间。该方法时间优势明显,精度较一般启发式方法有一定优势。
     5)模糊匹配算法研究。以解决RDF数据库资源匹配及融合为导向,以实用为目标,设计并开发一个集成算法包,该算法包包含文本相似性、语义相似性和词关系计算算法,并集成到应用系统中。
The Swarm Intelligence (SI) is the activity created by many individuals in the interacting procedure that shows the satisfactory performance in lots of optimalizing areas, therefore, gaining the attention of scholars in the related fields. SI is a kind of artificial intelligence based on autonomy and non-central control system, it reflects the collaborative power of entity within swarm. The advantage is to find the solution of complex system without the central control and global model, there are many classical applications, such as, ant colony algorithm, multi-agent, PSO (Particle Swarm Optimization) and group robot.
     The autonomy oriented computing is a new bottom-up paradigm for the practical problem-solving and complex system modeling, especially in the complex system modeling. Constructing the autonomy computing model based on agent is the new idea and new application in SI. After the 20-years research, the agent theory and technology have made great progress and been applied to many areas, multi-agent has a significant inherent advantages in solving distributed problems, the model proposed by this paper will be applied in optimization problem, which is also the research point in this paper.
     With the development of Web, different datasets managed by different entities may offer similar contents, the fundament of the Semantic Web is the use of URIs (Uniform Resource Identifiers) to identify objects. The use of URIs assures that real world objects can be identified and referred to unambiguously. These features need the automatical RDF resource interlinking tool, which attracts more and more researchers. One of the works in this paper is the foundation research of this area, it mainly includes some classical problems and algorithms in the NLP, and furthermore, we will apply these algorithms into the RDF databases integration system for the practical problem solving.
     This paper summarizes the SI model and algorithm at first, and presents an agent-based autonomy computing model. We introduce the basic components and instantiation process, and then apply this model to function optimization problem, wireless sensor network routing problem and container stowage problem. Next, based on the feature and demand of RDF dataset integrating system, we design and implement a fuzzy matching algorithm package in the system tool. The contributions of this paper are as follows:
     (1) Present an agent oriented autonomy computing model. This model is composed of environment, agent and rule, plus belief concept. The system is the environment, is the location of individual activities and interactions, and the platform of rules playing a role and producing results. We will instance the system property according to the different application issues. The rule is the policy of individual existence and activities, it leads to the overwhelming ability of swarm, it’s also the system rule. As the standard of the individual existing, the model presented by this paper is a kind of the SI, and contains the rules of selecting, interacting, adjusting and evaluating. The agent model needs the definitions of the individual behavior and property, one agent is an independent entity, is the core of model, and the model of agent is problem-related. This research work belongs to the novel autonomy oriented computing field, and brings in the new approach for the SI model research, especially multi-agent.
     (2) Solve the function optimization problem using this model. We choose the domain of definition of the function as the existence environment of the agent, and choose the return value as the target of the agent. Each agent is given a belief randomly in the beginning, in the period of each iteration of the system, all individuals decide the directions of moving on and the size of step according to its own belief by using the learning machine, then adjust the belief according to the changes of the return value after moving. The adjustment of belief makes agent can have an evaluation of its path, so agent can vary its belief at any time to make it tend the target soon. The detailed strategy is that after walking over one step, agent compares the function values of different times according to the target function, if what this step walks is closer to the best solution, strengthen the intensity of the belief. Otherwise, weaken it. If belief is small enough to arrive at a certain value, a new random direction and intensity will be given to make it continue to iterate. Adjusting belief intensity makes the searching of agent is similar to the process of local climbing, which can tend best solution quickly, and avoid the agent to sink into local peak because of the variety of the intensity, either. At last, agent interacts with others in the same scope. This application not only opens up the new direction for agent area, but also finds a new method for the research of the combinatorial optimization problem. The previous study of the agent system is generally from the perspective of genetic algorithm combining with the agent, this paper uses autonomy, intelligent, interaction and other features, brings in belief and corresponding adjustment strategy, utilizes the advantage in the problem solving. The experiment uses the single peak function, continuous multi-peak function and multi-peak function with many local minima testing algorithm, and accepts the average value of repeated runs avoiding the unscientific nature of random solution, the results show that it fast finds the global optimum under the constraints of the iteration number and initial swarm population, which verifies the validity.
     (3) Solve wireless sensor networks routing problem. Agents exist in the environment, each agent stands for a total routing. In this paper, agent’s purpose is defined as the minimum of energy dissipation of its routing. Agent will decide its own action according to its belief matrix in the process of iteration to attain the purpose of tending target. Belief is an abstract concept of intelligence, which will affect movement of agents. Each agent has a two-dimensional belief matrix, which is created according to sensor connection status in environment, and matrix[i][j] value is set by a random method based on energy dissipation of communication between sensor node i and sensor j. This application can adapt to the dynamic of the sensor networks, and obtain the better routing for the network, reduce the power dismission, prolong the sensor node’s lifespan with the relatively low time complexity. In the experiment, we use the different scale networks, the environment of wireless sensor networks is a 200m*200m square, the number of sensor nodes as 100, 200, 300, 400, and 500. Let the transmitted data size of one sensor be 1k bit, launch radiuses are 20m and 30m. The results show that this approach can detect the valid data collecting path for the sink node in the WSNs. Compared with others, the results in this paper are better in small-scale and medium-scale networks, and a slightly different in large-scale networks. Another evaluation of routing algorithm is the lifetime of wireless sensor networks, which can be calculated by energy dissipation indirectly, the result shows that the network life of this paper has a greater improvement under most circumstances.
     (4) Solve the container stowage problem. This problem is derived from an applied research project in this paper, it is the core component in this system. We first model this problem and set the available space of the vessel as the environment, it’s a three-dimensional structure. The agent’s property depends on its position. Belief is an abstract concept of intelligence, which will affect agent in two ways: one is that belief direction affects agent search direction; the other is that belief strength value affects search step, the greater the value, the longer the step. Belief adjustment is the result of agent evaluates search path. It makes agent achieve objective more quickly and exactly. There are some computing time limitations to use the traditional mathematical methods, this section aims to solve problem by other approaches in ensuring accuracy while reducing computing time. For verifying the validity of AOACM in solving this problem, the experiment uses the 900TEU and 1200TEU vessels. In the comparison with the random method, the AOACM’s result of the 130-200 iterations is better than the 1.5 millon random result in some issues, although 1.5 million is very small in the whole search space, the results are meaningful as the random method. In the comparison with another outstanding algorithm:SH, it shows that the approach presented in this paper has the obvious time advantage, and the better precision than the heuristic algorithms.
     (5) Research on the fuzzy matching algorithm. This kind of algorithm contains the string similarity algorithm, the semantical similarity approach and the word relation algorithm. This paper presents an integrated algorithm package in the direction of the RDF database resource matching, fusing problem, and the object of the application. This package includes sequence alignment and Lee ML’s RS fuzzy matching algorithm of text similarity, the semantical similarity based on WordNet, its core is to count the relationship of all the words in a sequence with synonym set of words in another sequence, and the word relation algorithm based on SKOS, the method is computing the distance of the words in the classification, these three approaches will be integrated in the system. We employ two kinds of the dataset to verify the system and algorithm, one is domain independent database, and the other is domain-related, the results show the well performance, the better precision, recall and F-Measure.
     Now, the computer scientist pay more and more attention to the research of the SI computing algorithm, especially the autonomy computing model, the research works of the thesis will greatly enrich the studies of this area. The research and the technology method are novel in both theoretical and technological aspects, which will push the development in circumstance of the domestic nascent research.
引文
[1]张燕,康琦,汪镭,吴启迪.群体智能[J].冶金自动化, 2005, 29(2):1-4.
    [2] BENI G, WANG J. Swarm Intelligence in Cellular Robotic Systems[C]. Proceedings of the Proceed NATO Advanced Workshop on Robots and Biological Systems, Tuscany, Italy, F, 1989.
    [3] BONABEAU E, DORIGO M, THERAULAZ G. Swarm Intelligence: From Natural to Artificial Systems [M]. UK:Oxford, 1999.
    [4]王玫,朱云龙,何小贤.群体智能研究综述[J].人工智能及识别技术,2005, 31(22):10-15.
    [5] RM May. Will a large complex system be stable?[J]. Nature, 1972, 5364(238): 413-414.
    [6]贲可荣,张彦铎.人工智能[M].北京:清华大学出版社, 2006.
    [7]梁艳春,周春光.基于遗传算法的Rosenbrock函数优化问题的研究[J].软件学报, 1997, 9(8):701-708.
    [8] DE Goldberg, J Richardson. Genetic algorithms with sharing for multimodal function optimization[C]. Proceedings of the Second International Conference on Genetic Algorithms on Genetic algorithms and their application, United States:ACM press, 1987. 41-49.
    [9] CR Houck, J Joines, MG Kay. A genetic algorithm for function optimization:A Matlab implementation[J]. NCSU-IE TR, 1995.
    [10] I Ono, H Satoh, S Kobayashi. A Real-Coded Genetic Algorithm for Function Optimization Using the Unimodal Normal Distribution Crossover[J]. Journal of Japanese Society for Artificial Intelligence, 1999, 14(6):1146-1155.
    [11] LN de Castro, J Timmis. An artificial immune network for multimodal function optimization[J]. Evolutionary Computation, 2002.
    [12] J Liu, X Jin, KC Tsui. Autonomy-oriented computing (AOC): formulating computational systems with autonomous components[J]. IEEE transactions on systems, man, and cybernetics, Part A, Systems and humans, 2005, 35(6):879-902.
    [13]张重毅,适用于无线传感器网络的移动代理路由算法[D].吉林:吉林大学计算机科学与技术学院, 2007.
    [14]李凤保,李凌.无线传感器网络技术综述[J].仪器仪表学报, 2005, 26(3):559-561.
    [15] Shih E, Cho S, Ickes N, Min R, Sinha A, Wang A, Chandrakasan A. Physical layer driven protocol and algorithm design forenergy-efficient wireless sensor networks[C]. Proceedings of the ACM MobiCom 2001, Rome: ACM Press, 2001, 272-286.
    [16]唐勇,周明天,张欣.无线传感器网络路由协议研究进展[J].软件学报,2006,17(3):410-421.
    [17] Dirk Timmermann. Wireless Sensor Systems-Constraints and Opportunities[C]. Proceedings of the 2005 8th Euromicro conference on Digital System Design (DSD’05), IEEE CS, 2005.
    [18] IF Akyildiz, W Su, Y Sankarasubramaniam. Wireless sensor networks: a survey[J]. Computer networks, 2002, 38(4):393-422.
    [19] D Braginsky, D Estrin. Rumor routing algorthim for sensor networks[C]. Proceedings of the 1st ACM international workshop on Wireless sensor networks and applications. 22-31.
    [20] Dirk Steenken, Stefan VoB and Robert Stahlbock. Container terminal operation and operations research: a classification and literature review[J]. OR Spectrum, 2004, 26:3-49.
    [21] W.H. Atkins. Modern marine terminal operations and management, Boyle, Oakland, 1991.
    [22] J.G. Kang and Y.D. Kim. Stowage planning in maritime container transportation[J]. Journal of the Operational Research Society, 2002, 53:415-426.
    [23] Daniela Ambrosino, Anna Sciomachen and Elena Tanfani. Stowing a containership: the master bay plan problem[J]. Transportation Research Part A, 2004, 38:81-99.
    [24] R.C. Botter and M.A. Brinati. Stowage container planning: a model getting an optimal solution[J]. IFIP Transactions B, Knowlege-based hybrid systems, 1992, 5:217-229.
    [25] M. Avriel M. Penn and N. Shpirer etc. Stowage planning for container ships to reduce the number of shifts[J]. Annals of Operations Research, 1998, 76:55-71.
    [26] J.J. Shields. Container-ship stowage: a computer-aided preplanning system[J]. Marine Technology 1984, 21(4):370-383.
    [27] D.J. Saginaw and A.N. Perakis. A decision support system for containership stowage planning[J]. Marine Technology, 1989, 26:47-61.
    [28] J.Y. Shin and K.C. Nam. Intelligent decision support system for containership auto-stowage planning[J]. Journal of Korean Institue Port Research, 1995, 9:19-32.
    [29] D.S. Todd and P. Sen. A multiple criteria genetic algorithm for containership loading[C]. Proceedings of the Seventh International Conference on Genetic Algorithms, 1997:674-681.
    [30]徐贵红,张健.语义网的一阶逻辑推理技术支持[J].软件学报. 2008, 19 (12) :3091-3099
    [31] Fellegi I, Sunter A. A theory for record linkage[J]. Journal of American Statistical Association. 1969, 64 (328) :1183-1210.
    [32] Winkler W.E.. Overview of record linkage and current research directions [R]. U.S.: Statistical Research Division, 2006.
    [33] Jaffri A, Glaser H, Millard I. Uri disambiguation in the context of linked data [C]. Linking Data on the Web workshop at WWW2008. New York: ACM, 2008:1-5.
    [34] Bouquet P, Stoermer H, Bazzanella, B. An Entity Naming System for the Semantic Web[C]. 5th European Semantic Web Conference. Berlin: Springer, 2008.
    [35] Euzenat J, Shvaiko P. Ontology Matching[M]. Heidelberg: Springer, 2007.
    [36] Jaffri A., Glaser, H., Millard, I.. Managing uri synonymity to enable consistent reference on the semantic web [C]. IRSW2008 - Identity and Reference on the Semantic Web ESWC. 2008.
    [37] Raimond Y., Sutton, C., Sandler, M.. Automatic interlinking of music datasets on the semantic web [C]. Proceedings of the Linking Data On the Web workshop at WWW2008, 2008.
    [38] Melnik, S.. Similarity flooding: a versatile graph matching algorithm[C]. 18th International Conference on Data Engineering (ICDE). US:IEEE, 2002:117-128.
    [39] Hogan A, Harth A, Decker S. Performing object consolidation on the semantic web data graph[C]. 1st I3: Identity, Identifiers, Identification Workshop, 2007.
    [40] Sais F, Pernelle N, Rousset M. L2r: A logical method for reference reconciliation[C]. AAAI, US:AAAI, 2007 :29-334.
    [41] Nikolov A, Uren V, Motta E, et al. Handling instance coreferencing in the KnoFuss architecture [C]. workshop: Identity and Reference on the Semantic Web at 5th European Semantic Web Conference. Berlin: Springer, 2008:1-12.
    [42] Sais F, Pernelle N, Rousset M. Combining a logical and a numerical method for data reconciliation[J]. Journal of Data Semantics. 2008, 5480:66-94.
    [43] E Bonabeau, M Dorigo, G Theraulaz. Swarm intelligence: from natural to artificial systems[M].Oxford, England:Oxford University Press, 1999.
    [44] Melanie Mitchell. An introduction to genetic algorithms[M], US:MIT Press, 1998.
    [45]周春光,梁艳春.计算智能[M],长春:吉林大学出版社, 2001.
    [46] M Dorigo, V Maniezzo. The Ant System: Optimization by a colony of cooperating agents[J]. IEEE Trans Syst Man Cybern B Cybern. 1996;26(1):29-41.
    [47] Gerhard Weiss. Multi-agent systems, a modern approach to distributed artificial intelligence[M], Cam-bridge:The MIT Press, 1999.
    [48]刘大有,杨鲲,陈建中. Agent研究现状与发展趋势[J].软件学报, 2000:11(3):315-321。
    [49] Petrie, C.J. Agent-based engineering, the Web, and intelligence. Expert[J]. IEEE [see also IEEE Intelligent Systems and Their Applications], 1996:11(6):24-29.
    [50] Kennedy, R Eberhart. PSO optimization[C]. Proc. IEEE Int. Conf. Neural Networks, 1995.
    [51] JD Farmer, NH Packard. AS Perelson The immune system, adaptation, and machine learning[J]. Physica D: Nonlinear Phenomena, 1986.
    [52] L Jiao, L Wang. A novel genetic algorithm based on immunitypsu[J]. IEEE Transactions on Systems, Man, and Cybernetics, 2000: 30(5)552-561.
    [53] Jiming Liu, Xiaolong Jin, Kwok Ching Tsui. Autonomy oriented computing: from problem solving to complex systems modeling[M], GE:Springer, 2005
    [54] S. Kauffman, At Home in the Universe: the Search for Laws of Complexity[M], Oxford University Press, 1996.
    [55] S. Rihani. Complex Systems Theory and Development Practice: Understanding Non-linear Realities[M], Zed Books, 2002.
    [56] Y. Louzoun, S. Solomon, H. Atlan, and I. R. Cohen. The emergence of spatial complexity in the immune system. 2000, Los Alamos Physics Archive arXiv:cond-mat/0008133 (http://xxx.lanl.gov/html/cond-mat/0008133).
    [57] B. Gurdip and Z. Chen. Stock valuation in dynamic economies. university of Maryland. [Online]. Available:http://citeseer.ist.psu.edu/article/bakshi01stock.html, 2001.
    [58] L. Fogel, A. J. Owens, and M. J. Walsh. Artificial Intelligence Through Simulated Evolution[M]. John Wiley & Sons, 1966.
    [59] H.-P. Schwefel. Numerical Optimization of Computer Models[M]. John Wiley & Sons, 1981.
    [60] J. H. Holland, Adaptation in Natural and Artificial Systems[M]. MIT Press, 1992.
    [61] M. Dorigo, V. Maniezzo, and A. Colorni. The ant system: Optimization by a colony of cooperative agents[J]. IEEE Transactions on Systems, Man, and Cybernetics-Part B, 1996:26(1)1-13.
    [62] C. G. Langton. Artificial life[J]. Artificial Life, ser. Volume VI of SFI Studies in the Sciences of Complexity, C. G. Langton, Ed.Addison-Wesley, 1989:1-44.
    [63] M. Resnick, Turtles. Termites and Traffic Jams: Explorations in Massively Parallel Microworlds[M]. MIT Press, 1994.
    [64] J. Doran and N. Gilbert. Simulating societies: An introduction[J]. Simulating Societies: The Computer Simulation of Social Phenomena,N. Gilbert and J. Doran, Eds. UCL Press, 1994: 1-18.
    [65] M. Mitchell, J. P. Crutchfield, and P. T. Hraber. Dynamics, computation, and the“edge of chaos”: A re-examination[J]. Complexity:Metaphors, Models, and Reality, G. A. Cowan, D. Pines, and D. Meltzer, Eds. Addison-Wesley, 1994:497-513.
    [66] J. P. Crutchfield and M. Mitchell. The evolution of emergent computation[C]. in Proceedings ofthe National Academy of Sciences, 1995:95(23)10742-10746.
    [67] W. Hordijk, J. P. Crutchfield, and M. Mitchell. Mechanisms of emergent computation in cellular automata[C]. in Parallel Problem Solving from Nature - PPSN V, A. E. Eiben, T. B¨ack, M. Schoenauer, and H.-P. Schwefel, Eds. Springer, 1998:613-622.
    [68] E. Bonabeau, M. Dorigo, and G. Theraulaz. Swarm Intelligence: From Natural to Artificial Systems[M]. UK:Oxford University Press, 1999.
    [69] Jiming Liu and Bingcheng Hu. On emergent complex behaviour, self-organised criticality and phase transitions in multi-agent systems: autonomy oriented computing (AOC) perspectives[J]. International Journal of Modelling, Identification and Control. 2008:3(1)3-16.
    [70] R. Beckers, S. Goss, J. L. Deneubourg, and J. M. Pasteels. Colony size, communication, and ant foraging strategy[J]. Psyche, 1989: (96)239-256.
    [71] J Liu, X Jin, KC Tsui. Autonomy Oriented Computing (AOC):Formulating Computational Systems withAutonomous Components,Systems, Man and Cybernetics[J]. Part A: Systems and Humans, IEEE Transactions, 2005:35(6): 879-902.
    [72] Hideki Kozima. TEXT SEGMENTATIONBASED ON SIMILARITY BETWEEN WORDS[C]. Proceedings of the 31st annual meeting on Association for Computational Linguistics, 1993: 286-288.
    [73] Donald Metzler1, Susan Dumais and Christopher Meek. Similarity Measures for Short Segments of Text[J]. Advances in Information Retrieval, 2007.
    [74] Philip Resnik. Using Information Content to Evaluate Semantic Similarity in a Taxonomy[C]. Proceedings of the 14th International Joint Conference on Artificial Intelligence, IJCAI-95, 1995:107-113.
    [75] Jay J. Jiang David W. Conrath. Semantic Similarity Based on Corpus Statistics and Lexical Taxonomy. In the Proceedings of ROCLING X, Taiwan, 1997.
    [76] http://wordnet.princeton.edu
    [77] A Budanitsky, G Hirst. Semantic distance in WordNet:An experimental, application-oriented evaluation of five measures[C]. Workshop on WordNet and Other Lexical, 2001.
    [78] S Harabagiu, G Miller, D Moldovan. Wordnet 2-a morphologically and semantically enhanced resource[C]. Proceedings of SIGLEX, 1999:1-8.
    [79] GA Miller, C Leacock, R Tengi, RT. A semantic concordance[C]. Proceedings of the workshop on Human Language Technology, 1993:303-308.
    [80] S Harabagiu, G Miller, D Moldovan Wordnet 2-a morphologically and semantically enhanced resource,Proceedings of SIGLEX, 1999
    [81] S Harabagiu, G Miller, D Moldovan. Wordnet 2-a morphologically and semantically enhanced resource[C]. Proceedings of SIGLEX, 1999:1-8.
    [82] R Richardson, AF Smeaton, J Murphy. Using WordNet as a knowledge base for measuring semantic similarity[C]. Proceedings of AICS Conference, 1994:1-16.
    [83] http://www.cs.princeton.edu/courses/archive/spr09/cos226/assignments/wordnet.html
    [84] PW Lord, RD Stevens, A Brass, CA. Semantic similarity measures as tools for exploring the gene ontology, 2003.
    [85] AG Maguitman, F Menczer, H Roinestad. Algorithmic detection of semantic similarity[C]. International World Wide Web Conference, Proceedings of the 14th international conference on World Wide Web, 2005:107-116.
    [86] M. Andrea Rodríguez, Max J. Egenhofer. Determining Semantic Similarity among Entity Classes from Different Ontologies[J]. IEEE Transactions on Knowledge and Data Engineering, 2003:15(2): 442-456.
    [87] A Maedche, S Staab. Measuring similarity between ontologies[C]. Lecture notes in computer science, 2002:15-21.
    [88] J Liu, H Jing, YY Tang. Multi-agent oriented constraint satisfaction[J]. Artificial Intelligence, 2002:136(1)101-144.
    [89] M.C. Cooper. An optimal k-consistency algorithm[J]. Artificial Intelligence, 1989(41):89-95.
    [90] C.C. Han, C.H. Lee. Comments on Mohr and Henderson’s path consistency algorithm[J]. Artificial Intelligence, 1988(36):125-130.
    [91] V. Kumar. Algorithm for constraint satisfaction problem: A survey[J]. AI Magazine, 1992:13(1) 32-44.
    [92] A.K. Mackworth. Consistency in networks of relations[J]. Artificial Intelligence, 1977:8(1) 99-118.
    [93] R. Mohr, T.C. Henderson. Arc and path consistency revisited[J]. Artificial Intelligence, 1986(28) 225-233.
    [94] Rao A. S., Georgeff M. P. BDI Agents: From Theory to Practice[C]. In the Proceedings of the First International Conference on Multi-Agent-System (ICMAS), 1995.
    [95] Rao A. S., Georgeff M. P. Modeling rational agents within a BDI-architecture[C]. In Proceedings of the 2rd International Conference on Principles of Knowledge Representation and Reasoning. San Mateo, CA: Morgan Kaufmann Publishers, Inc., 1991:473-484.
    [96] Han Jing, Zhang Hong-jiang, Cai Qing-sheng. Prediction for Visiting Path on Web[J]. Journal of Software, 2001:13(6).
    [97] John D. Siirola, Steinar Hauan, Arthur W. Westerberg. Computing Pareto fronts using distributed agents[J]. Computers and Chemical Engineering, 2004(29)113-126.
    [98] I.F. Akyildiz et al., Wireless sensor networks: a survey[J]. Computer Networks, 2002(38) 393-422.
    [99] Zhou Xian Wei, Liu Bin, Qin Bo Ping, Research on Routing Algorithm for wireless Sensor Network[J]. Chinese journal of sensors and actuators, 1999:19(2)463-467.
    [100] REN Feng-Yuan, HUANG Hai-Ning, LIN Chuang. Wireless Sensor Networks[J]. Journal of Software, 2003(07)1282-1292.
    [101] Alan Mainwaring, Wireless Sensor Networks for Habitat Monitoring WSNA’02[C]. Atlanta, Georgia, USA, 2002.
    [102] Joongseok Park and Sartaj Sahni. An Online Heuristic for Maximum Lifetime Routing in Wireless Sensor Networks[J]. IEEE TRANSACTIONS ON COMPUTERS, 2006:55(8) 1048-1057.
    [103] Chris Karlof, DavidWagner. Secure routing in wireless sensor networks:attacks and countermeasures, Ad Hoc Networks[J]. 2003:293-315.
    [104] Cao Yong Tao, He Chen,Wang Jun,WuWen Quasn. An Energy Efficient Routing Algorithm for Mobile Agents in Wireless Sensor Networks[J]. Journal of shanghai jiao tong university, 2006: 40 (3)520-523.
    [105] Current J T , Schilling D A. The covering salesman problem[J]. Transportation Science, 1989:24(3):208-213.
    [106] Guha S , Khuller S. Approximation algorithms for connected dominating set s[J]. Algorithmica,1998,20(4)374-387.
    [107] H. UEDA, K. MIYAKE. An analysis of marine container transportation in the asian region[C]. in: Proceedings of the Eastern Asia Society for Transportation Studies, 2005:617-630.
    [108] W. Shen, C. Khoong. A dss for empty container distribution planning[J]. Decision Support Systems, 1995:75-82.
    [109] KLN, Korea logistics network, Tech. rep., www.klnet.co.kr, 2005.
    [110] IBM, Loadstar, Tech. rep., www-05.ibm.com/services/dk/bcs/transport/en/shipping/loadstar.html 2003.
    [111] R. G. Brown, R. F. Meyer. The fundamental theorem of exponential smoothing[J]. Operations Research, 1960:673-687.
    [112] S. Weisberg. Applied linear regression[M]. John Wiley and Sons, 2005.
    [113] C. G. Zhou, Y. C. Liang, Computational intelligence[M]. Jilin University press, 2001.
    [114] KOLKATA-PORT, Container related charges at calcutta dock system, Tech. rep., www.kolkataporttrust.gov.in/tari_cds19.html, 2007.
    [115] COIN-OR, Computational infrastructure for operations research, Tech. rep., www.coin-or.org 2004.
    [116] J.G. Kang and Y.D. Kim. Stowage planning in maritime container transportation[J]. Journal of the Operational Research Society, 2002(53)415-426.
    [117] R.C. Botter and M.A. Brinati. Stowage container planning: a model getting an optimal solution[J]. IFIP Transactions B, Knowlege-based hybrid systems, 1992(5)217-229.
    [118] M. Avriel M. Penn and N. Shpirer etc. Stowage planning for container ships to reduce the number of shifts[J]. Annals of Operations Research, 1998(76)55-71.
    [119] J.J. Shields. Container-ship stowage: a computer-aided preplanning system[J]. Marine Technology 1984:21(4) 370-383.
    [120] D.J. Saginaw and A.N. Perakis. A decision support system for containership stowage planning[J]. Marine Technology, 1989(26)47-61.
    [121] J.Y. Shin and K.C. Nam. Intelligent decision support system for containership auto-stowage planning[J]. Journal of Korean Institue Port Research, 1995(9)19-32.
    [122] D.S. Todd and P. Sen. A multiple criteria genetic algorithm for containership loading[C]. The Proceedings of the Seventh International Conference on Genetic Algorithms, ICGA97, 1997:674-681.
    [123] Vingron M, Waterman M. Sequence alignment and penalty choice: Review of concepts, case studies and implications[J]. Journal of Molecular Biology. 1994:235(1)1-12.
    [124] Lee ML, Lu H, Ling TW, Ko YT. Cleansing data for mining and warehousing [C]. 10th Int Conf Database and Expert Systems Applications. UK: Springer, 1999: 751-760.
    [125] Fellbaum C. WordNet: An Electronic Lexical Database (Language, Speech, and Communication) [M]. MA: The MIT Press, 1998.
    [126] Monge A, Elkan C. An efficient domain-independent algorithm for detecting approximately duplicate database records [C], SIGMOD 1997 workshop on data mining and knowledge discovery. New York: ACM, 1997:1-7.
    [127] Raman V, Hellerstein J. Potter’s wheel: An interactive data cleaning system [C]. 27th VLDB Conference. Italy:ACM, 2001:1-10.
    [128] Cohen W, Ravikumar P, Fienberg S. A Comparison of String Distance Metrics for Name-MatchingTasks [C]. the IIWeb Workshop, 2003:1-6.
    [129] Needleman SB, Wunsch CD. A general method applicable to the search for similarities in the amino acid sequence of two proteins [J]. Journal of molecular biology, 1970:48(3)443-453.
NGLC 2004-2010.National Geological Library of China All Rights Reserved.
Add:29 Xueyuan Rd,Haidian District,Beijing,PRC. Mail Add: 8324 mailbox 100083
For exchange or info please contact us via email.