Search results for "combinatorial optimization"

showing 10 items of 59 documents

Branch-and-Cut

2010

This chapter focuses on the approach for solving the LOP to optimality which can currently be seen as the most successful one. It is a branch-and-bound algorithm, where the upper bounds are computed using linear programming relax- ations.

Mathematical optimizationLinear programmingSeparation algorithmComputer scienceCombinatorial optimization problemBranch and cut
researchProduct

Multiobjective GRASP with Path Relinking

2015

In this paper we review and propose different adaptations of the GRASP metaheuristic to solve multiobjective combinatorial optimization problems. In particular, we describe several alternatives to specialize the construction and improvement components of GRASP when two or more objectives are considered. GRASP has been successfully coupled with Path Relinking for single-objective optimization. Moreover, we propose different hybridizations of GRASP and Path Relinking for multiobjective optimization. We apply the proposed GRASP with Path Relinking variants to two combinatorial optimization problems, the biobjective orienteering problem and the biobjective path dissimilarity problem. We report …

TheoryofComputation_MISCELLANEOUSMathematical optimizationInformation Systems and ManagementGeneral Computer ScienceBiobjective optimizationGRASPCombinatorial optimization problemOrienteeringManagement Science and Operations ResearchMulti-objective optimizationIndustrial and Manufacturing EngineeringModeling and SimulationPath (graph theory)HeuristicsMetaheuristicMathematicsEuropean Journal of Operational Research
researchProduct

GRASP for the uncapacitated r-allocation p-hub median problem

2014

In this paper we propose a heuristic for the Uncapacitated r-Allocation p-Hub Median Problem. In the classical p-hub location problem, given a set of nodes with pairwise traffic demands, we must select p of them as hub locations and route all traffics through them at a minimum cost. We target here an extension, called the r-allocation p-hub median problem, recently proposed by Yaman [19], in which every node is assigned to r of the p selected hubs (r@?p) and we are restricted to route the traffic of the nodes through their associated r hubs. As it is usual in this type of problems, our method has three phases: location, assignment and routing. Specifically, we propose a heuristic based on t…

Mathematical optimizationGeneral Computer ScienceHeuristic (computer science)business.industryNode (networking)GRASPManagement Science and Operations ResearchModeling and SimulationCombinatorial optimizationPairwise comparisonLocal search (optimization)Routing (electronic design automation)HeuristicsbusinessMathematicsComputers & Operations Research
researchProduct

Max–min dispersion with capacity and cost for a practical location problem

2022

Diversity and dispersion problems deal with selecting a subset of elements from a given set in such a way that their diversity is maximized. This study considers a practical location problem recently proposed in the context of max–min dispersion models. It is called the generalized dispersion problem, and it models realistic applications by introducing capacity and cost constraints. We propose two effective linear formulations for this problem, and develop a hybrid metaheuristic algorithm based on the variable neighborhood search methodology, to solve real instances. Extensive numerical computational experiments are performed to compare our hybrid metaheuristic with the state-of-art heurist…

metaheuristicsArtificial IntelligenceGeneral Engineeringcombinatorial optimizationdispersionUNESCO::CIENCIAS TECNOLÓGICASdiversity maximizationvariable neighborhood searchComputer Science Applications
researchProduct

Scalability of using Restricted Boltzmann Machines for Combinatorial Optimization

2014

Abstract Estimation of Distribution Algorithms (EDAs) require flexible probability models that can be efficiently learned and sampled. Restricted Boltzmann Machines (RBMs) are generative neural networks with these desired properties. We integrate an RBM into an EDA and evaluate the performance of this system in solving combinatorial optimization problems with a single objective. We assess how the number of fitness evaluations and the CPU time scale with problem size and complexity. The results are compared to the Bayesian Optimization Algorithm (BOA), a state-of-the-art multivariate EDA, and the Dependency Tree Algorithm (DTA), which uses a simpler probability model requiring less computati…

FOS: Computer and information sciencesMathematical optimizationInformation Systems and ManagementOptimization problemGeneral Computer SciencePopulationComputer Science::Neural and Evolutionary Computation0211 other engineering and technologiesBoltzmann machine02 engineering and technologyManagement Science and Operations ResearchIndustrial and Manufacturing EngineeringEvolutionary computation0202 electrical engineering electronic engineering information engineeringNeural and Evolutionary Computing (cs.NE)educationMathematicseducation.field_of_study021103 operations researchArtificial neural networkI.2.6I.2.8Computer Science - Neural and Evolutionary ComputingEstimation of distribution algorithmModeling and SimulationScalabilityCombinatorial optimization020201 artificial intelligence & image processingI.2.6; I.2.8Algorithm
researchProduct

Scalable Deployment of Efficient Transportation Optimization for SMEs and Public Sector

2014

Transportation planning is central activity in logistic network design. In this study, we examine the deployment of optimization methodology to transportation planning. More specifically, we examine the adoption of system solving the well-known combinatorial optimization problem, the vehicle routing problem (VRP). Its application has resulted in efficiency gains in transportation logistics, but they have not been very widespread, and especially small-scale operators have not yet benefited from these systems. In this paper, we present a prospective case study on the issues during deployment of optimization, especially in the context of small and medium enterprises (SMEs). We propose a novel …

Transportation planningSystem deploymentRisk analysis (engineering)Software deploymentComputer scienceVehicle routing problemEnterprise architectureCombinatorial optimizationContext (language use)Metaheuristic
researchProduct

Greedy Randomized Adaptive Search Procedures

2017

In this chapter, we describe the process of designing heuristic procedures to solve combinatorial optimization problems.

Mathematical optimization021103 operations researchProcess (engineering)Heuristic (computer science)Computer science0211 other engineering and technologies0202 electrical engineering electronic engineering information engineeringCombinatorial optimization problem020201 artificial intelligence & image processing02 engineering and technology
researchProduct

Improving table compression with combinatorial optimization

2002

We study the problem of compressing massive tables within the partition-training paradigm introduced by Buchsbaum et al. [SODA'00], in which a table is partitioned by an off-line training procedure into disjoint intervals of columns, each of which is compressed separately by a standard, on-line compressor like gzip. We provide a new theory that unifies previous experimental observations on partitioning and heuristic observations on column permutation, all of which are used to improve compression rates. Based on the theory, we devise the first on-line training algorithms for table compression, which can be applied to individual files, not just continuously operating sources; and also a new, …

FOS: Computer and information sciencesComputer scienceHeuristic (computer science)E.4G.2.1Data_CODINGANDINFORMATIONTHEORYDisjoint setsTravelling salesman problemPermutationArtificial IntelligenceCompression (functional analysis)Computer Science - Data Structures and AlgorithmsH.1.8H.2.7Data Structures and Algorithms (cs.DS)E.4; F.1.3; F.2.2; G.2.1; H.1.1; H.1.8; H.2.7H.1.1Dynamic programmingHardware and ArchitectureControl and Systems EngineeringCombinatorial optimizationTable (database)F.1.3F.2.2AlgorithmSoftwareInformation SystemsJournal of the ACM
researchProduct

Multi-Start Methods

2006

Heuristic search procedures that aspire to find global optimal solutions to hard combinatorial optimization problems usually require some type of diversification to overcome local optimality. One way to achieve diversification is to re-start the procedure from a new solution once a region has been explored. In this chapter we describe the best known multi-start methods for solving optimization problems. We propose classifying these methods in terms of their use of randomization, memory and degree of rebuild. We also present a computational comparison of these methods on solving the linear ordering problem in terms of solution quality and diversification power.

Mathematical optimizationOptimization problemDegree (graph theory)Computer sciencemedia_common.quotation_subjectCombinatorial optimization problemQuality (business)Diversification (marketing strategy)Linear orderingGlobal optimalmedia_common
researchProduct

Potential and challenges in home care service process optimization : a route optimization approach

2016

Aging of the population is an increasing problem in many countries, including Finland, and it poses a challenge to public services such as home care. Vehicle routing optimization (VRP) type optimization solutions are one possible way to decrease the time required for planning home visits and driving to customer addresses, as well as decreasing transportation costs. Although VRP optimization is widely and succesfully applied to commercial and industrial logistics, the home care is a relatively new application area for it. This thesis examines what kind of distance and time savings would be possible to achieve if daily home care operations are optimized in the similar manner as typical VRP op…

kotikäynnitdata analysiskotihoitocomputational scienceworkforce planningtyöprosessitmatemaattinen optimointihealth carekotipalvelutpalveluprosessitreititJyväskyläoptimointiservice process optimizationcombinatorial optimizationhome careoptimizationreitinoptimointi
researchProduct