中文
相关论文

相关论文: Strobe: An Acceleration Meta-algorithm for Optimiz…

200 篇论文

We extend the Approximate-Proximal Point (aProx) family of model-based methods for solving stochastic convex optimization problems, including stochastic subgradient, proximal point, and bundle methods, to the minibatch and accelerated…

最优化与控制 · 数学 2021-01-08 Karan Chadha , Gary Cheng , John C. Duchi

The paper represents an algorithm for planning safe and optimal routes for transport facilities with unrestricted movement direction that travel within areas with obstacles. Paper explains the algorithm using a ship as an example of such a…

神经与进化计算 · 计算机科学 2019-05-15 Ivan Yanchin , Oleg Petrov

Particle advection is one of the foundational algorithms for visualization and analysis and is central to understanding vector fields common to scientific simulations. Achieving efficient performance with large data in a distributed memory…

分布式、并行与集群计算 · 计算机科学 2024-10-15 Zhe Wang , Kenneth Moreland , Matthew Larsen , James Kress , Hank Childs , David Pugmire

We propose a new hybrid topology optimization algorithm based on multigrid approach that combines the parallelization strategy of CPU using OpenMP and heavily multithreading capabilities of modern Graphics Processing Units (GPU). In…

分布式、并行与集群计算 · 计算机科学 2022-02-01 Arya Prakash Padhi , Souvik Chakraborty , Anupam Chakrabarti , Rajib Chowdhury

With the recent influx in demand for multi-robot systems throughout industry and academia, there is an increasing need for faster, robust, and generalizable path planning algorithms. Similarly, given the inherent connection between control…

机器人学 · 计算机科学 2024-01-23 Hussein Ali Jaafar , Cheng-Hao Kao , Sajad Saeedi

This paper discusses opportunities to parallelize graph based path planning algorithms in a time varying environment. Parallel architectures have become commonplace, requiring algorithm to be parallelized for efficient execution. An…

机器人学 · 计算机科学 2020-08-07 Mike Eichhorn , Ulrich Kremer

The bi-objective shortest-path (BOSP) problem seeks to find paths between start and target vertices of a graph while optimizing two conflicting objective functions. We consider the BOSP problem in the presence of correlated objectives. Such…

人工智能 · 计算机科学 2025-09-26 Yaron Halle , Ariel Felner , Sven Koenig , Oren Salzman

Multi-mode resource and precedence-constrained project scheduling is a well-known challenging real-world optimisation problem. An important variant of the problem requires scheduling of activities for multiple projects considering…

数据结构与算法 · 计算机科学 2016-09-09 Shahriar Asta , Daniel Karapetyan , Ahmed Kheiri , Ender Özcan , Andrew J. Parkes

Metaheuristic algorithms are widely used for solving complex problems due to their ability to provide near-optimal solutions. But the execution time of these algorithms increases with the problem size and/or solution space. And, to get more…

神经与进化计算 · 计算机科学 2025-12-16 Henish Soliya , Anugrah Jain

To solve optimization problems with parabolic PDE constraints, often methods working on the reduced objective functional are used. They are computationally expensive due to the necessity of solving both the state equation and a…

最优化与控制 · 数学 2019-12-17 Sebastian Götschel , Michael L. Minion

Optimizing paths on networks is crucial for many applications, from subway traffic to Internet communication. As global path optimization that takes account of all path-choices simultaneously is computationally hard, most existing routing…

物理与社会 · 物理学 2013-09-05 Chi Ho Yeung , David Saad , K. Y. Michael Wong

In this extended abstract, we report on ongoing work towards an approximate multimodal optimization algorithm with asymptotic guarantees. Multimodal optimization is the problem of finding all local optimal solutions (modes) to a path…

机器人学 · 计算机科学 2021-07-07 Andreas Orthey , Florian T. Pokorny , Marc Toussaint

The Multi-Objective Shortest-Path (MOS) problem finds a set of Pareto-optimal solutions from a start node to a destination node in a multi-attribute graph. The literature explores multi-objective A*-style algorithmic approaches to solving…

分布式、并行与集群计算 · 计算机科学 2025-04-16 Leo Gold , Adam Bienkowski , David Sidoti , Krishna Pattipati , Omer Khan

We study the use of amortized optimization to predict optimal transport (OT) maps from the input measures, which we call Meta OT. This helps repeatedly solve similar OT problems between different measures by leveraging the knowledge and…

机器学习 · 计算机科学 2023-06-06 Brandon Amos , Samuel Cohen , Giulia Luise , Ievgen Redko

Time-Dependent Constrained Path Optimization (TD-CPO) takes the following input: (i) time-dependent (TD) road network, (ii) source ($s$), (iii) destination ($d$), (iv) departure time ($t$) and, (v) budget ($\mathcal{B}$). In TD graph, each…

其他计算机科学 · 计算机科学 2024-09-27 Kousik Kumar Dutta , Venkata M. V. Gunturi

Sparse, irregular graphs show up in various applications like linear algebra, machine learning, engineering simulations, robotic control, etc. These graphs have a high degree of parallelism, but their execution on parallel threads of modern…

分布式、并行与集群计算 · 计算机科学 2022-02-17 Nimish Shah , Wannes Meert , Marian Verhelst

The aim of the paper is to introduce general techniques in order to optimize the parallel execution time of sorting on a distributed architectures with processors of various speeds. Such an application requires a partitioning step. For…

分布式、并行与集群计算 · 计算机科学 2016-08-16 Christophe Cérin , Jean-Christophe Dubacq , Jean-Louis Roch , the SafeScale Collaboration

This paper develops an optimal acceleration/speed profile for a single autonomous vehicle crossing multiple signalized intersections without stopping in free flow mode. The design objective is to produce both time and energy efficient…

信号处理 · 电气工程与系统科学 2019-02-01 Xiangyu Meng , Christos G. Cassandras

We study the computational complexity of optimally solving multi-robot path planning problems on planar graphs. For four common time- and distance-based objectives, we show that the associated path optimization problems for multiple robots…

机器人学 · 计算机科学 2015-12-08 Jingjin Yu

We propose an exact algorithm for solving the longest simple path problem between two given vertices in undirected weighted graphs. By using graph partitioning and dynamic programming, we obtain an algorithm that is significantly faster…

数据结构与算法 · 计算机科学 2019-05-10 Kai Fieger , Tomas Balyo , Christian Schulz , Dominik Schreiber