paper-with-me

Papers

Novelty-Driven Binary Particle Swarm Optimisation for Truss Optimisation Problems

2021-12-15 · Hirad Assimi, Frank Neumann, Markus Wagner, XiaoDong Li

Topology optimisation of trusses can be formulated as a combinatorial and multi-modal problem in which locating distinct optimal designs allows practitioners to choose the best design based on their preferences. Bilevel optimisation has been successfully applied to truss optimisation to consider topology and sizing in upper and lower levels, respectively. We introduce exact enumeration to rigorously analyse the topology search space and remove randomness for small problems. We also propose novelty-driven binary particle swarm optimisation for bigger problems to discover new designs at the upper level by maximising novelty. For the lower level, we employ a reliable evolutionary optimiser to tackle the layout configuration aspect of the problem. We consider truss optimisation problem instances where designers need to select the size of bars from a discrete set with respect to practice code constraints. Our experimental investigations show that our approach outperforms the current state-of-the-art methods and it obtains multiple high-quality solutions.

📄 PDF Abstract BibTeX arXiv:2112.07875

Code (1)

hiraaaad/binarynoveltypsotruss 공식 구현

Similar Papers 제목 키워드 기반

Particle Swarm Optimization based on Novelty Search

2022-02-10 · Mr. Rajesh Misra, Dr. Kumar S Ray

In this paper we propose a Particle Swarm Optimization algorithm combined with Novelty Search. Novelty Search finds novel place to search in the search domain and then Particle Swarm Optimization rigorously searches that…

Critical Parameters in Particle Swarm Optimisation

2015-11-19 · J. Michael Herrmann, Adam Erskine, Thomas Joyce

Particle swarm optimisation is a metaheuristic algorithm which finds reasonable solutions in a wide range of applied problems if suitable parameters are used. We study the properties of the algorithm in the framework of …

CriPS: Critical Dynamics in Particle Swarm Optimization

2014-02-27 · Adam Erskine, J. Michael Herrmann

Particle Swarm Optimisation (PSO) makes use of a dynamical system for solving a search task. Instead of adding search biases in order to improve performance in certain problems, we aim to remove algorithm-induced scales …

PAO: A general particle swarm algorithm with exact dynamics and closed-form transition densities

2023-04-28 · Max D. Champneys, Timothy J. Rogers

A great deal of research has been conducted in the consideration of meta-heuristic optimisation methods that are able to find global optima in settings that gradient based optimisers have traditionally struggled. Of thes…

Form

EvoGrad: Metaheuristics in a Differentiable Wonderland

2025-05-28 · Beatrice F. R. Citterio, Andrea Tangherloni

Differentiable programming has revolutionised optimisation by enabling efficient gradient-based training of complex models, such as Deep Neural Networks (NNs) with billions and trillions of parameters. However, tradition…