greedy heuristic
Recently Published Documents


TOTAL DOCUMENTS

257
(FIVE YEARS 68)

H-INDEX

22
(FIVE YEARS 3)

2021 ◽  
Author(s):  
Sebastian Schmidt ◽  
Shahbaz Khan ◽  
Jarno Alanko ◽  
Alexandru I. Tomescu

Kmer-based methods are widely used in bioinformatics, which raises the question of what is the smallest practically usable representation (i.e. plain text) of a set of kmers. We propose a polynomial algorithm computing a minimum such representation (which was previously posed as a potentially NP-hard open problem), as well as an efficient near-minimum greedy heuristic. When compressing genomes of large model organisms, read sets thereof or bacterial pangenomes, with only a minor runtime increase, we decrease the size of the representation by up to 60% over unitigs and 27% over previous work. Additionally, the number of strings is decreased by up to 97% over unitigs and 91% over previous work. Finally we show that a small representation has advantages in downstream applications, as it speeds up queries on the popular kmer indexing tool Bifrost by 1.66x over unitigs and 1.29x over previous work.


2021 ◽  
Author(s):  
Elliott Smith ◽  
Hiranya Jayakody ◽  
Mark Whitty

There is presently no solution to the problem of an autonomous bulldozer pushing mounds of material to desired goal locations in the presence of obstacles whilst obeying the kinematic constraints of the bulldozer. Past work has solved some aspects of this problem, but not all. This research presents the first complete, practical solution to the problem. It works by creating a fixed RRT in advance, and then during operation connecting pushing poses into this RRT using Bezier curves. The RRT algorithm leverages a novel data structure for performing nearest neighbour comparisons for Ackermann-steering vehicles; termed the Distmetree. The resulting pushing states are searched using greedy heuristic search to find a solution and the final path is smoothed with cubic Bezier curves. The mode of operation chosen for best performance also constructs bidirectional RRTs to reach difficult to access pushing poses. The final mode of the algorithm was tested in simulation and proven to be able to solve a wide variety of maps in a few minutes while obeying bulldozer kinematic constraints. The algorithm, whilst not optimal, is complete which is the more desirable property in industry, and the solutions it produces are both feasible and reasonable.


2021 ◽  
Author(s):  
Elliott Smith ◽  
Hiranya Jayakody ◽  
Mark Whitty

There is presently no solution to the problem of an autonomous bulldozer pushing mounds of material to desired goal locations in the presence of obstacles whilst obeying the kinematic constraints of the bulldozer. Past work has solved some aspects of this problem, but not all. This research presents the first complete, practical solution to the problem. It works by creating a fixed RRT in advance, and then during operation connecting pushing poses into this RRT using Bezier curves. The RRT algorithm leverages a novel data structure for performing nearest neighbour comparisons for Ackermann-steering vehicles; termed the Distmetree. The resulting pushing states are searched using greedy heuristic search to find a solution and the final path is smoothed with cubic Bezier curves. The mode of operation chosen for best performance also constructs bidirectional RRTs to reach difficult to access pushing poses. The final mode of the algorithm was tested in simulation and proven to be able to solve a wide variety of maps in a few minutes while obeying bulldozer kinematic constraints. The algorithm, whilst not optimal, is complete which is the more desirable property in industry, and the solutions it produces are both feasible and reasonable.


Author(s):  
Yichen Yang ◽  
Zhaohui Liu

In this paper, we consider the problem of finding a sparse solution, with a minimal number of nonzero components, for a set of linear inequalities. This optimization problem is combinatorial and arises in various fields such as machine learning and compressed sensing. We present three new heuristics for the problem. The first two are greedy algorithms minimizing the sum of infeasibilities in the primal and dual spaces with different selection rules. The third heuristic is a combination of the greedy heuristic in the dual space and a local search algorithm. In numerical experiments, our proposed heuristics are compared with the weighted-[Formula: see text] algorithm and DCA programming with three different non-convex approximations of the zero norm. The computational results demonstrate the efficiency of our methods.


2021 ◽  
pp. 147592172110368
Author(s):  
Avik Kumar Das ◽  
Christopher KY Leung

Tomographic reconstruction is an important step toward visualization, identification and quantification of local damage through of structural elements. We have developed mathematical guiding principles for passive wave tomography. We have then utilized these guiding principles to develop a novel technique: Fast Tomography for computational and information efficiency in tomographic reconstruction with passive stress waves in a distance decaying (sensing) environment. In fast tomography, (i) a node-independent travel path is developed for computational efficiency and (ii) Apriori ranking of AE events using power spectral entropy (PSE) of the AE waveform to distinguish waveforms with high information content for tomographic reconstruction for information efficiency are proposed. Fast Tomography was studied theoretically and experimentally to benchmark the proposed method in terms of computational and information efficiency. Our algorithm provides a significant (>100x) improvement of computational efficiency over an existing approach. And a PSE-based ranking system for AE events enhances information efficiency by 50% as compared to a non-ranked system. Finally, we have validated the application of our method with intractably generated AE events in an accelerated damage test of a steel fiber–reinforced concrete beam.


2021 ◽  
Author(s):  
Faisal N. Abu-Khzam ◽  
Joseph R. Barr ◽  
Amin Fakhereldine ◽  
Peter Shaw

Author(s):  
Maximilian Löffler ◽  
Nils Boysen ◽  
Michael Schneider

To reduce unproductive picker walking in traditional picker-to-parts warehousing systems, automated guided vehicles (AGVs) are used to support human order pickers. In an AGV-assisted order-picking system, each human order picker is accompanied by an AGV during the order-picking process. AGVs receive the picked items and, once a picking order is complete, autonomously bring the collected items to the shipping area. Meanwhile, a new AGV is requested to meet the picker at the first storage position of the next picking order. Thus, the picker does not have to return to a central depot and continuously picks order after order. This paper addresses both the routing of an AGV-assisted picker through a single-block, parallel-aisle warehouse and the sequencing of incoming orders. We present an exact polynomial time routing algorithm for the case of a given order sequence, which is an extension of the algorithm of Ratliff and Rosenthal [Ratliff HD, Rosenthal AS ( 1983 ) Order-picking in a rectangular warehouse: A solvable case of the traveling salesman problem. Oper. Res. 1(3):507–521], and a heuristic for the case in which order sequencing is part of the problem. In addition, we investigate the use of highly effective traveling salesman problem (TSP) solvers that can be applied after a transformation of both problem types into a standard TSP. The numerical studies address the performance of these methods and study the impact of AGV usage on picker travel: by using AGVs to avoid returns to the depot and by sequencing in (near-) optimal fashion, picker walking can be reduced by about 20% compared with a traditional setting. Sharing AGVs among the picker workforce enables a pooling effect so that, in larger warehouses, only about 1.5 AGVs per picker are required to avoid picker waiting. Summary of Contribution: New technologies, such as automatic guided vehicles (AGVs) are currently considered as options to increase the efficiency of the order-picking process in warehouses, which is responsible for a large part of operational warehousing costs. In addition, picker-routing decisions are more and more often based on algorithmic decision support because of their relevance for decreasing unproductive picker walking time. This paper addresses both aspects and investigates routing algorithms for AGV-assisted order picking in parallel-aisle warehouses. We present a dynamic programming routine with polynomial runtime to solve the problem variant in which the sequence of picking orders is fixed. For the variant in which this sequence is a decision, we show that the problem becomes NP-hard, and we propose a greedy heuristic and investigate the use of state-of-the-art exact and heuristic traveling salesman problem solution methods to address the problem. The numerical studies demonstrate the effectiveness of the algorithms and indicate that AGV assistance promises strong improvements in the order-fulfillment process. Because of the practical relevance of AGV-assisted order picking and the presented algorithmic contributions, we believe that the paper is relevant for practitioners and researchers alike.


2021 ◽  
Vol 1 (8) ◽  
pp. 752-756
Author(s):  
Ifham Azizi Surya Syafiin ◽  
Sarah Nur Fatimah ◽  
Muchammad Fauzi

PT XYZ as the best and largest Bed Sheet Set company in Indonesia with products such as Bed Covers, Bed Sheets, Pillowcases, Bolsters and Blankets. The Traveling Salesman Problem (TSP) is a problem faced in finding the best route to visit shops that sell products from PT BIG. A visit to the shop is carried out on the condition that each city can only be visited once except the city of origin. The algorithms applied in this TSP problem include the Complete Enumeration, Branch & Bound and Greedy Heuristic methods.


PLoS ONE ◽  
2021 ◽  
Vol 16 (8) ◽  
pp. e0253586
Author(s):  
Ludovica Adacher ◽  
Marta Flamini

Passengers’ requirements in relation to the Airport Service Quality is rapidly increasing and forcing companies and airport management to improve the services performances. It is clear that this enhancement can not overlook the implication of competitive issues and economic concerns. In this paper the authors deal with the optimization of the check-in area management in the international airport of Lisbon. The proposed bi-criteria objective function minimizes the operational costs plus the costs measuring the passengers’ discomfort in terms of waiting time in line. The quality of the supplied check-in service is measured and mapped into the Levels of Service system standardized by the International Air Transport Association. The type of passengers and their stochastic behavior and preferences are simulated by a discrete event model. The operational costs and the passengers’ satisfaction are optimized by an algorithm based on the Surrogate Method, the performance of which are compared to those of a greedy heuristic and of a genetic algorithm.


2021 ◽  
Vol 14 (11) ◽  
pp. 2397-2409
Author(s):  
Ziyun Wei ◽  
Immanuel Trummer ◽  
Connor Anderson

Recently proposed voice query interfaces translate voice input into SQL queries. Unreliable speech recognition on top of the intrinsic challenges of text-to-SQL translation makes it hard to reliably interpret user input. We present MUVE (Multiplots for Voice quEries), a system for robust voice querying. MUVE reduces the impact of ambiguous voice queries by filling the screen with multiplots, capturing results of phonetically similar queries. It maps voice input to a probability distribution over query candidates, executes a selected subset of queries, and visualizes their results in a multiplot. Our goal is to maximize probability to show the correct query result. Also, we want to optimize the visualization (e.g., by coloring a subset of likely results) in order to minimize expected time until users find the correct result. Via a user study, we validate a simple cost model estimating the latter overhead. The resulting optimization problem is NP-hard. We propose an exhaustive algorithm, based on integer programming, as well as a greedy heuristic. As shown in a corresponding user study, MUVE enables users to identify accurate results faster, compared to prior work.


Sign in / Sign up

Export Citation Format

Share Document