Skip to main content

Showing 1–20 of 20 results for author: Hanzálek, Z

Searching in archive cs. Search in all archives.
.
  1. arXiv:2405.13705  [pdf, other

    cs.RO

    Low Fidelity Digital Twin for Automated Driving Systems: Use Cases and Automatic Generation

    Authors: Jiri Vlasak, Jaroslav Klapálek, Adam Kollarčík, Michal Sojka, Zdeněk Hanzálek

    Abstract: Automated driving systems are an integral part of the automotive industry. Tools such as Robot Operating System and simulators support their development. However, in the end, the developers must test their algorithms on a real vehicle. To better observe the difference between reality and simulation--the reality gap--digital twin technology offers real-time communication between the real vehicle an… ▽ More

    Submitted 27 May, 2024; v1 submitted 22 May, 2024; originally announced May 2024.

    Comments: 8 pages, 3 figures, sent to ICITT 2024 conference

  2. arXiv:2402.14847  [pdf, other

    math.OC cs.AI cs.LG

    Deep learning-driven scheduling algorithm for a single machine problem minimizing the total tardiness

    Authors: Michal Bouška, Přemysl Šůcha, Antonín Novák, Zdeněk Hanzálek

    Abstract: In this paper, we investigate the use of the deep learning method for solving a well-known NP-hard single machine scheduling problem with the objective of minimizing the total tardiness. We propose a deep neural network that acts as a polynomial-time estimator of the criterion value used in a single-pass scheduling algorithm based on Lawler's decomposition and symmetric decomposition proposed by D… ▽ More

    Submitted 19 February, 2024; originally announced February 2024.

    Journal ref: European Journal of Operational Research, Volume 308, Issue 3, 1 August 2023, Pages 990-1006

  3. arXiv:2310.20518  [pdf, other

    cs.RO

    Improving RRT for Automated Parking in Real-world Scenarios

    Authors: Jiri Vlasak, Michal Sojka, Zdeněk Hanzálek

    Abstract: Automated parking is a self-driving feature that has been in cars for several years. Parking assistants in currently sold cars fail to park in more complex real-world scenarios and require the driver to move the car to an expected starting position before the assistant is activated. We overcome these limitations by proposing a planning algorithm consisting of two stages: (1) a geometric planner fo… ▽ More

    Submitted 31 October, 2023; originally announced October 2023.

    Comments: 19 pages, 14 figures, 2 tables

  4. Constraint Programming and Constructive Heuristics for Parallel Machine Scheduling with Sequence-Dependent Setups and Common Servers

    Authors: Vilém Heinz, Antonín Novák, Marek Vlk, Zdeněk Hanzálek

    Abstract: This paper examines scheduling problem denoted as $P|seq, ser|C_{max}$ in Graham's notation; in other words, scheduling of tasks on parallel identical machines ($P$) with sequence-dependent setups ($seq$) each performed by one of the available servers ($ser$). The goal is to minimize the makespan ($C_{max}$). We propose a Constraint Programming (CP) model for finding the optimal solution and const… ▽ More

    Submitted 31 May, 2023; originally announced May 2023.

    Comments: Cite from https://www.sciencedirect.com/science/article/pii/S0360835222005836

  5. Parallel Parking: Optimal Entry and Minimum Slot Dimensions

    Authors: Jiri Vlasak, Michal Sojka, Zdeněk Hanzálek

    Abstract: The problem of path planning for automated parking is usually presented as finding a collision-free path from initial to goal positions, where three out of four parking slot edges represent obstacles. We rethink the path planning problem for parallel parking by decomposing it into two independent parts. The topic of this paper is finding optimal parking slot entry positions. Path planning from ini… ▽ More

    Submitted 5 May, 2022; originally announced May 2022.

    Comments: 14 pages (title + 9 of paper + 4 of appendix), 11 (paper) + 4 (appendix) figures, sent to VEHITS 2022 conference

    Journal ref: Proceedings of the 8th International Conference on Vehicle Technology and Intelligent Transport Systems - VEHITS, pages 300-307, INSTICC, SciTePress, 2022

  6. arXiv:2011.01898  [pdf, ps, other

    cs.DS cs.CC

    Periodic Scheduling and Packing Problems

    Authors: Claire Hanen, Zdenek Hanzalek

    Abstract: This paper is motivated by periodic data transmission in autonomous cars. We considered periodic tasks (with different periods) on one or several machines. After reviewing the literature on the subject, we managed to generalize a result of Lukasiewicz et al. (i.e., the equivalence of periodic scheduling with the power of two periods and special 2D bin packing) to harmonic periods. Furthermore, we… ▽ More

    Submitted 3 November, 2020; originally announced November 2020.

  7. Makespan minimization of Time-Triggered traffic on a TTEthernet network

    Authors: Jan Dvořák, Martin Heller, Zdeněk Hanzálek

    Abstract: The reliability of the increasing number of modern applications and systems strongly depends on interconnecting technology. Complex systems which usually need to exchange, among other things, multimedia data together with safety-related information, as in the automotive or avionic industry, for example, make demands on both the high bandwidth and the deterministic behavior of the communication. TT… ▽ More

    Submitted 20 June, 2020; originally announced June 2020.

  8. On Idle Energy Consumption Minimization in Production: Industrial Example and Mathematical Model

    Authors: Ondřej Benedikt, Přemysl Šůcha, Zdeněk Hanzálek

    Abstract: This paper, inspired by a real production process of steel hardening, investigates a scheduling problem to minimize the idle energy consumption of machines. The energy minimization is achieved by switching a machine to some power-saving mode when it is idle. For the steel hardening process, the mode of the machine (i.e., furnace) can be associated with its inner temperature. Contrary to the recent… ▽ More

    Submitted 12 May, 2020; originally announced May 2020.

    Comments: Accepted to 9th International Conference on Operations Research and Enterprise Systems (ICORES 2020)

    Journal ref: In Proceedings of the 9th International Conference on Operations Research and Enterprise Systems - Volume 1: ICORES, 35-46, 2020, Valletta, Malta

  9. Data-driven Algorithm for Scheduling with Total Tardiness

    Authors: Michal Bouška, Antonín Novák, Přemysl Šůcha, István Módos, Zdeněk Hanzálek

    Abstract: In this paper, we investigate the use of deep learning for solving a classical NP-Hard single machine scheduling problem where the criterion is to minimize the total tardiness. Instead of designing an end-to-end machine learning model, we utilize well known decomposition of the problem and we enhance it with a data-driven approach. We have designed a regressor containing a deep neural network that… ▽ More

    Submitted 12 May, 2020; originally announced May 2020.

  10. Accelerated RRT* and its evaluation on Autonomous Parking

    Authors: Jiri Vlasak, Michal Sojka, Zdeněk Hanzálek

    Abstract: Finding a collision-free path for autonomous parking is usually performed by computing geometric equations, but the geometric approach may become unusable under challenging situations where space is highly constrained. We propose an algorithm based on Rapidly-Exploring Random Trees Star (RRT*), which works even in highly constrained environments and improvements to RRT*-based algorithm that accele… ▽ More

    Submitted 11 February, 2020; originally announced February 2020.

    Comments: 12 pages, 6 figures, 3 pseudocodes, VEHITS 2019 conference proceedings

    Journal ref: Proceedings of the 5th International Conference on Vehicle Technology and Intelligent Transport Systems - Volume 1: VEHITS, pages 86-94. INSTICC, SciTePress, 2019

  11. Power of Pre-Processing: Production Scheduling with Variable Energy Pricing and Power-Saving States

    Authors: Ondřej Benedikt, István Módos, Zdeněk Hanzálek

    Abstract: This paper addresses a single machine scheduling problem with non-preemptive jobs to minimize the total electricity cost. Two latest trends in the area of the energy-aware scheduling are considered, namely the variable energy pricing and the power-saving states of a machine. Scheduling of the jobs and the machine states are considered jointly to achieve the highest possible savings. Although this… ▽ More

    Submitted 18 November, 2020; v1 submitted 5 December, 2019; originally announced December 2019.

    Journal ref: Constraints volume 25, pages 300-318 (2020)

  12. arXiv:1804.05002  [pdf, other

    cs.AI cs.LG math.OC

    Roster Evaluation Based on Classifiers for the Nurse Rostering Problem

    Authors: Roman Václavík, Přemysl Šůcha, Zdeněk Hanzálek

    Abstract: The personnel scheduling problem is a well-known NP-hard combinatorial problem. Due to the complexity of this problem and the size of the real-world instances, it is not possible to use exact methods, and thus heuristics, meta-heuristics, or hyper-heuristics must be employed. The majority of heuristic approaches are based on iterative search, where the quality of intermediate solutions must be cal… ▽ More

    Submitted 13 April, 2018; originally announced April 2018.

  13. Energy Optimization of Robotic Cells

    Authors: Libor Bukata, Přemysl Šůcha, Zdeněk Hanzálek, Pavel Burget

    Abstract: This study focuses on the energy optimization of industrial robotic cells, which is essential for sustainable production in the long term. A holistic approach that considers a robotic cell as a whole toward minimizing energy consumption is proposed. The mathematical model, which takes into account various robot speeds, positions, power-saving modes, and alternative orders of operations, can be tra… ▽ More

    Submitted 16 February, 2018; originally announced February 2018.

    Comments: Journal paper published in IEEE Industrial Informatics

    MSC Class: 90C10; 90C25 ACM Class: G.1.6; I.2.9

    Journal ref: IEEE Industrial Informatics, 13 (2017), 92-102

  14. Algorithms for robust production scheduling with energy consumption limits

    Authors: István Módos, Přemysl Šůcha, Zdeněk Hanzálek

    Abstract: In this work, we consider a scheduling problem faced by production companies with large electricity consumption. Due to the contract with the electric utility, the production companies are obligated to comply with the total energy consumption limits in the specified time intervals (usually 15-minutes long), otherwise, the companies pay substantial penalty fees. Although it is possible to design pr… ▽ More

    Submitted 12 February, 2018; originally announced February 2018.

    Journal ref: I. Modos, P. Sucha, and Z. Hanzalek. Algorithms for robust production scheduling with energy consumption limits. Computers & Industrial Engineering, 112:391 - 408, 2017

  15. Adaptive online scheduling of tasks with anytime property on heterogeneous resources

    Authors: István Módos, Přemysl Šůcha, Roman Václavík, Jan Smejkal, Zdeněk Hanzálek

    Abstract: An acceptable response time of a server is an important aspect in many client-server applications; this is evident in situations in which the server is overloaded by many computationally intensive requests. In this work, we consider that the requests, or in this case tasks, generated by the clients are instances of optimization problems solved by anytime algorithms, i.e. the quality of the solutio… ▽ More

    Submitted 8 February, 2018; originally announced February 2018.

    Journal ref: I. Modos, P. Sucha, R. Vaclavik, J. Smejkal, and Z. Hanzalek. Adaptive online scheduling of tasks with anytime property on heterogeneous resources. Computers Operations Research, 76:95 - 117, 2016

  16. Scalable and Efficient Configuration of Time-Division Multiplexed Resources

    Authors: Anna Minaeva, Premysl Sucha, Benny Akesson, Zdenek Hanzalek

    Abstract: Consumer-electronics systems are becoming increasingly complex as the number of integrated applications is growing. Some of these applications have real-time requirements, while other non-real-time applications only require good average performance. For cost-efficient design, contemporary platforms feature an increasing number of cores that share resources, such as memories and interconnects. Howe… ▽ More

    Submitted 27 November, 2017; originally announced November 2017.

    Journal ref: Journal of Systems and Software 113 (2016): 44-58

  17. Solving the Resource Constrained Project Scheduling Problem Using the Parallel Tabu Search Designed for the CUDA Platform

    Authors: Libor Bukata, Premysl Sucha, Zdenek Hanzalek

    Abstract: In the paper, a parallel Tabu Search algorithm for the Resource Constrained Project Scheduling Problem is proposed. To deal with this NP-hard combinatorial problem many optimizations have been performed. For example, a resource evaluation algorithm is selected by a heuristic and an effective Tabu List was designed. In addition to that, a capacity-indexed resource evaluation algorithm was proposed… ▽ More

    Submitted 13 November, 2017; originally announced November 2017.

    Comments: Published in Journal of Parallel and Distributed Computing

    Journal ref: Journal of Parallel and Distributed Computing, 77 (2015), 58-68

  18. Time-Triggered Co-Scheduling of Computation and Communication with Jitter Requirements

    Authors: Anna Minaeva, Benny Akesson, Zdenek Hanzalek, Dakshina Dasari

    Abstract: The complexity of embedded application design is increasing with growing user demands. In particular, automotive embedded systems are highly complex in nature, and their functionality is realized by a set of periodic tasks. These tasks may have hard real-time requirements and communicate over an interconnect. The problem is to efficiently co-schedule task execution on cores and message transmissio… ▽ More

    Submitted 27 November, 2017; v1 submitted 2 October, 2017; originally announced November 2017.

    Comments: IEEE Transactions on Computers (2017)

  19. arXiv:1610.07384  [pdf, other

    math.OC cs.DS

    On Solving Non-preemptive Mixed-criticality Match-up Scheduling Problem with Two and Three Criticality Levels

    Authors: Antonin Novak, Premysl Sucha, Zdenek Hanzalek

    Abstract: In this paper, we study an NP-hard problem of a single machine scheduling minimizing the makespan, where the mixed-critical tasks with an uncertain processing time are scheduled. We show the derivation of F-shaped tasks from the probability distribution function of the processing time, then we study the structure of problems with two and three criticality levels for which we propose efficient exac… ▽ More

    Submitted 24 October, 2016; originally announced October 2016.

    Comments: 16 pages, 2 figures, 2 tables

    ACM Class: G.1.6; C.3

  20. arXiv:1602.04365  [pdf, ps, other

    cs.DS

    The triangle scheduling problem

    Authors: Christoph Dürr, Zdeněk Hanzálek, Christian Konrad, Yasmina Seddik, René Sitters, Óscar C. Vásquez, Gerhard Woeginger

    Abstract: This paper introduces a novel scheduling problem, where jobs occupy a triangular shape on the time line. This problem is motivated by scheduling jobs with different criticality levels. A measure is introduced, namely the binary tree ratio. It is shown that the greedy algorithm solves the problem to optimality when the binary tree ratio of the input instance is at most 2. We also show that the prob… ▽ More

    Submitted 1 May, 2016; v1 submitted 13 February, 2016; originally announced February 2016.