paper-with-me

Papers

Self-adjusting optimization algorithm for solving the setunion knapsack problem

2022-01-23 · Congcong Wu, Xiangyun Gao, Xueyong Liu, Bowen Sun

The set-union knapsack problem (SUKP) is a constrained composed optimization problem. It is more difficulty for solving because values and weights depend on items and elements respectively. In this paper, we present two self-adjusting optimization algorithms for approximating SUKP from items and elements perspective respectively. By analyzing the dynamic characters in the SUKP, we design two types of self-adjusting repair and optimization operators that are based on the different loading process. We use the novel teaching-learning-based optimization algorithm (TLBO) to design a general discrete framework (DTLBO) suitable for these two types of operators. In addition, we introduce elite opposite search and natural selection mechanism into DTLBO to furtherly improve the performance of the algorithm from the perspective of population. Finally, we performed experimental comparisons on benchmark sets to verify the effectiveness of the proposed algorithm. The experimental results show that the item-based self-adjusting optimization algorithm I-DTLBO is outstanding, and the algorithm is superior to the other swarm intelligence methods for solving SUKP. IDTLBO algorithm reaches the upper boundary of the current swarm intelligence algorithms for solving SUKP in 10 instances, and gotten new upper boundary in 15 instances. The algorithm E-DTLBO based on element loading only perform slightly better on small and middle data sets, but worse on large-scale instances. It shows that element-based design is not suitable for solving SUKP.

📄 PDF Abstract BibTeX arXiv:2202.05698

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Repair 설명 없음

Similar Papers 제목 키워드 기반

Self-Adjusting Evolutionary Algorithms for Multimodal Optimization

2020-04-07 · Amirhossein Rajabi, Carsten Witt

Recent theoretical research has shown that self-adjusting and self-adaptive mechanisms can provably outperform static settings in evolutionary algorithms for binary search spaces. However, the vast majority of these stud…

Evolutionary Algorithms

The (1+$λ$) Evolutionary Algorithm with Self-Adjusting Mutation Rate

2017-04-07 · Benjamin Doerr, Christian Gießen, Carsten Witt, Jing Yang

We propose a new way to self-adjust the mutation rate in population-based evolutionary algorithms in discrete search spaces. Roughly speaking, it consists of creating half the offspring with a mutation rate that is twice…

Evolutionary Algorithms

Solving the G-problems in less than 500 iterations: Improved efficient constrained optimization by surrogate modeling and adaptive parameter control

2015-12-31 · Samineh Bagheri, Wolfgang Konen, Michael Emmerich, Thomas Bäck

Constrained optimization of high-dimensional numerical problems plays an important role in many scientific and industrial applications. Function evaluations in many industrial applications are severely limited and no ana…

Hyperparameter Adaptive Search for Surrogate Optimization: A Self-Adjusting Approach

2023-10-12 · Nazanin Nezami, Hadis Anahideh

Surrogate Optimization (SO) algorithms have shown promise for optimizing expensive black-box functions. However, their performance is heavily influenced by hyperparameters related to sampling and surrogate fitting, which…

global-optimization

Multi-Objective Optimization for Self-Adjusting Weighted Gradient in Machine Learning Tasks

2015-06-03 · Conrado Silva Miranda, Fernando José Von Zuben

Much of the focus in machine learning research is placed in creating new architectures and optimization methods, but the overall loss function is seldom questioned. This paper interprets machine learning from a multi-obj…

BIG-bench Machine LearningDenoising