Home About us Contact | |||
Tabu Search (tabu + search)
Selected AbstractsWavelength selection with Tabu SearchJOURNAL OF CHEMOMETRICS, Issue 8-9 2003J. A. Hageman Abstract This paper introduces Tabu Search in analytical chemistry by applying it to wavelength selection. Tabu Search is a deterministic global optimization technique loosely based on concepts from artificial intelligence. Wavelength selection is a method which can be used for improving the quality of calibration models. Tabu Search uses basic, problem-specific operators to explore a search space, and memory to keep track of parts already visited. Several implementational aspects of wavelength selection with Tabu Search will be discussed. Two ways of memorizing the search space are investigated: storing the actual solutions and storing the steps necessary to create them. Parameters associated with Tabu Search are configured with a Plackett,Burman design. In addition, two extension schemes for Tabu Search, intensification and diversification, have been implemented and are applied with good results. Eventually, two implementations of wavelength selection with Tabu Search are tested, one which searches for a solution with a constant number of wavelengths and one with a variable number of wavelengths. Both implementations are compared with results obtained by wavelength selection methods based on simulated annealing (SA) and genetic algorithms (GAs). It is demonstrated with three real-world data sets that Tabu Search performs equally well as and can be a valuable alternative to SA and GAs. The improvements in predictive abilities increased by a factor of 20 for data set 1 and by a factor of 2 for data sets 2 and 3. In addition, when the number of wavelengths in a solution is variable, measurements on the coverage of the search space show that the coverage is usually higher for Tabu Search compared with SA and GAs. Copyright © 2003 John Wiley & Sons, Ltd. [source] Metaheuristics for the vehicle routing problem with loading constraintsNETWORKS: AN INTERNATIONAL JOURNAL, Issue 4 2007Karl F. Doerner Abstract We consider a combination of the capacitated vehicle routing problem and a class of additional loading constraints involving a parallel machine scheduling problem. The work is motivated by a real-world transportation problem occurring to a wood-products retailer, which delivers its products to a number of customers in a specific region. We solve the problem by means of two different metaheuristics algorithms: a Tabu Search and an Ant Colony Optimization. Extensive computational results are given for both algorithms, on instances derived from the vehicle routing literature and on real-world instances. © 2007 Wiley Periodicals, Inc. NETWORKS, Vol. 49(4), 294,307 2007 [source] Social Infrastructure Planning: A Location Model and Solution MethodsCOMPUTER-AIDED CIVIL AND INFRASTRUCTURE ENGINEERING, Issue 8 2007Joăo F. Bigotte Authorities want to determine where to locate the facilities of a social infrastructure network and what should be the capacity of these facilities. Each user must be assigned to its closest facility and, to be economically viable, each facility must serve at least a pre-specified level of demand. The objective is to maximize the accessibility to facilities (i.e., to minimize the distance traveled by users to reach the facilities). A location model that captures the above features is formulated and different solution methods are tested. Among the methods tested, tabu search and a specialized local search heuristic provided the best solutions. The application of the model is illustrated through a case study involving the location of preschools in the municipality of Miranda do Corvo, Portugal. [source] Multiobjective heuristic approaches to seismic design of steel frames with standard sectionsEARTHQUAKE ENGINEERING AND STRUCTURAL DYNAMICS, Issue 11 2007M. Ohsaki Abstract Seismic design problem of a steel moment-resisting frame is formulated as a multiobjective programming problem. The total structural (material) volume and the plastic dissipated energy at the collapse state against severe seismic motions are considered as performance measures. Geometrically nonlinear inelastic time-history analysis is carried out against recorded ground motions that are incrementally scaled to reach the predefined collapse state. The frame members are chosen from the lists of the available standard sections. Simulated annealing (SA) and tabu search (TS), which are categorized as single-point-search heuristics, are applied to the multiobjective optimization problem. It is shown in the numerical examples that the frames that collapse with uniform interstorey drift ratios against various levels of ground motions can be obtained as a set of Pareto optimal solutions. Copyright © 2007 John Wiley & Sons, Ltd. [source] Optimal measurement placement for security constrained state estimation using hybrid genetic algorithm and simulated annealingEUROPEAN TRANSACTIONS ON ELECTRICAL POWER, Issue 2 2009T. Kerdchuen Abstract This paper proposes a hybrid genetic algorithm and simulated annealing (HGS) for solving optimal measurement placement for power system state estimation. Even though the minimum number of measurement pairs is N considering the single measurement loss, their positions are required to make the system observable. HGS algorithm is a genetic algorithm (GA) using the acceptance criterion of simulated annealing (SA) for chromosome selection. The P, observable concept is used to check the network observability with and without single measurement pair loss contingency and single branch outage. Test results of 10-bus, IEEE 14, 30, 57, and 118-bus systems indicate that HGS is superior to tabu search (TS), GA, and SA in terms of higher frequency of the best hit and faster computational time. Copyright © 2007 John Wiley & Sons, Ltd. [source] A software framework for fast prototyping of meta-heuristics hybridizationINTERNATIONAL TRANSACTIONS IN OPERATIONAL RESEARCH, Issue 2 2007Hoong Chuin Lau Abstract Hybrids of meta-heuristics have been shown to be more effective and adaptable than their parents in solving combinatorial optimization problems. However, hybridized schemes are also more tedious to implement due to their increased complexity. We address this problem by proposing the meta-heuristics development framework (MDF). In addition to being a framework that promotes software reuse to reduce developmental effort, the key strength of MDF lies in its ability to model meta-heuristics using a "request, sense and response" schema, which decomposes algorithms into a set of well-defined modules that can be flexibly assembled through a centralized controller. Under this scheme, hybrid schemes become an event-based search that can adaptively trigger a desired parent's behavior in response to search events. MDF can hence be used to design and implement a wide spectrum of hybrids with varying degrees of collaboration, thereby offering algorithm designers quick turnaround in designing and testing their meta-heuristics. Such technicality is illustrated in the paper through the construction of hybrid schemes using ant colony optimization and tabu search. [source] A JavaÔ universal vehicle router for routing unmanned aerial vehiclesINTERNATIONAL TRANSACTIONS IN OPERATIONAL RESEARCH, Issue 3 2004R.W. Harder Abstract We consider vehicle routing problems in the context of the Air Force operational problem of routing unmanned aerial vehicles from base locations to various reconnaissance sites. The unmanned aerial vehicle routing problem requires consideration of heterogeneous vehicles, vehicle endurance limits, time windows, and time walls for some of the sites requiring coverage, site priorities, and asymmetric travel distances. We propose a general architecture for operational research problems, specified for vehicle routing problems, that encourages object-oriented programming and code reuse. We create an instance of this architecture for the unmanned aerial vehicle routing problem and describe the components of this architecture to include the general user interface created for the operational users of the system. We employ route building heuristics and tabu search in a symbiotic fashion to provide a user-defined level-of-effort solver interface. Empirical tests of solution algorithms parameterized for solution speed reveal reasonable solution quality is attained. [source] Neighborhood search heuristics for selecting hierarchically well-formulated subsets in polynomial regressionNAVAL RESEARCH LOGISTICS: AN INTERNATIONAL JOURNAL, Issue 1 2010Michael J. Brusco Abstract The importance of subset selection in multiple regression has been recognized for more than 40 years and, not surprisingly, a variety of exact and heuristic procedures have been proposed for choosing subsets of variables. In the case of polynomial regression, the subset selection problem is complicated by two issues: (1) the substantial growth in the number of candidate predictors, and (2) the desire to obtain hierarchically well-formulated subsets that facilitate proper interpretation of the regression parameter estimates. The first of these issues creates the need for heuristic methods that can provide solutions in reasonable computation time; whereas the second requires innovative neighborhood search approaches that accommodate the hierarchical constraints. We developed tabu search and variable neighborhood search heuristics for subset selection in polynomial regression. These heuristics are applied to a classic data set from the literature and, subsequently, evaluated in a simulation study using synthetic data sets. © 2009 Wiley Periodicals, Inc. Naval Research Logistics, 2010 [source] Minimizing the cost of placing and sizing wavelength division multiplexing and optical crossconnect equipment in a telecommunications networkNETWORKS: AN INTERNATIONAL JOURNAL, Issue 4 2005Belén Melián Abstract Cost reduction is a major concern when designing optical fiber networks. Multiwavelength optical devices are new technology for increasing the capacity of fiber networks while reducing costs, when compared to installing traditional (e.g., SONET) equipment and new fiber. In this article we discuss the development of a metaheuristic method that seeks to optimize the location of Wavelength Division Multiplexing (WDM) and Optical Crossconnect (OXC) equipment in fiber networks. The procedure combines ideas from the scatter search, tabu search, and multistart methodologies. Computational experiments with both real-world and artificial data show the effectiveness of the proposed procedure. The experiments include a comparison with a permutation-based approach and with lower bounds generated with CPLEX. © 2005 Wiley Periodicals, Inc. NETWORKS, Vol. 45(4), 199,209 2005 [source] Solving the Hub location problem in telecommunication network design: A local search approachNETWORKS: AN INTERNATIONAL JOURNAL, Issue 2 2004G. Carello Abstract This article deals with a Hub Location Problem arising in Telecommunication Network Design. The considered network presents two different kinds of nodes: access nodes, that represent source and destination of traffic demands but cannot be directly connected, and transit nodes, that have no own traffic demand but collect traffic from access nodes and route it through the network. Transit nodes are supposed to be fully connected. Given a set of access nodes and a set of potential locations for the transit nodes, the problem is to decide number and positions of the transit nodes to guarantee that all access nodes are allocated to a transit node, satisfying capacity constraints. The goal is to minimize the total cost of the network, which is the sum of connection costs and nodes fixed costs. The problem is a Hub Location Problem, which is known to be NP-hard. A local search approach is proposed, and different metaheuristic algorithms, such as tabu search, iterated local search and random multistart, have been developed, based on such local search. [A preliminary procedure has been developed in a research project joint with Telecom Italia (Turin Research & Innovation Laboratories) and a patent application has been filed to cover this issue.] © 2004 Wiley Periodicals, Inc. NETWOEKS, Vol. 44(2), 94,105 2004 [source] |