paper-with-me

Papers

Evolutionary Algorithms for Optimizing Emergency Exit Placement in Indoor Environments

2024-05-28 · Carlos Cotta, José E. Gallardo

The problem of finding the optimal placement of emergency exits in an indoor environment to facilitate the rapid and orderly evacuation of crowds is addressed in this work. A cellular-automaton model is used to simulate the behavior of pedestrians in such scenarios, taking into account factors such as the environment, the pedestrians themselves, and the interactions among them. A metric is proposed to determine how successful or satisfactory an evacuation was. Subsequently, two metaheuristic algorithms, namely an iterated greedy heuristic and an evolutionary algorithm (EA) are proposed to solve the optimization problem. A comparative analysis shows that the proposed EA is able to find effective solutions for different scenarios, and that an island-based version of it outperforms the other two algorithms in terms of solution quality.

📄 PDF Abstract BibTeX arXiv:2405.18352

Code (1)

Bio4Res/pedestrian-evacuation-optimization 공식 구현

Tasks

Evolutionary Algorithms

Similar Papers 제목 키워드 기반

Modern Evolution Strategies for Creativity: Fitting Concrete Images and Abstract Concepts

2021-09-18 · Yingtao Tian, David Ha

Evolutionary algorithms have been used in the digital art scene since the 1970s. A popular application of genetic algorithms is to optimize the procedural placement of vector graphic primitives to resemble a given painti…

Evolutionary Algorithms

A Markovian Framing of WaveFunctionCollapse for Procedurally Generating Aesthetically Complex Environments

2025-09-12 · Franklin Yiu, Mohan Lu, Nina Li, Kevin Joseph 외 arxiv

Procedural content generation often requires satisfying both designer-specified objectives and adjacency constraints implicitly imposed by the underlying tile set. To address the challenges of jointly optimizing both con…

Optimizing Memory Placement using Evolutionary Graph Reinforcement Learning

2020-07-14 · ICLR 2021 1 · Shauharda Khadka, Estelle Aflalo, Mattias Marder, Avrech Ben-David 외

For deep neural network accelerators, memory movement is both energetically expensive and can bound computation. Therefore, optimal mapping of tensors to memory hierarchies is critical to performance. The growing complex…

Network Pruningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Multi-factorial Optimization for Large-scale Virtual Machine Placement in Cloud Computing

2020-01-18 · Zhengping Liang, Jian Zhang, Liang Feng, Zexuan Zhu

The placement scheme of virtual machines (VMs) to physical servers (PSs) is crucial to lowering operational cost for cloud providers. Evolutionary algorithms (EAs) have been performed promising-solving on virtual machine…

Cloud ComputingEvolutionary Algorithms

Robots Need Some Education: On the complexity of learning in evolutionary robotics

2026-04-05 · Fuda van Diggelen arxiv

Evolutionary Robotics and Robot Learning are two fields in robotics that aim to automatically optimize robot designs. The key difference between them lies in what is being optimized and the time scale involved. Evolution…