Proceedings of the Genetic and Evolutionary Computation Conference 2018
DOI: 10.1145/3205455.3205648
|View full text |Cite
|
Sign up to set email alerts
|

MOEA/D with uniformly randomly adaptive weights

Abstract: When working with decomposition-based algorithms, an appropriate set of weights might improve quality of the final solution. A set of uniformly distributed weights usually leads to well-distributed solutions on a Pareto front. However, there are two main difficulties with this approach. Firstly, it may fail depending on the problem geometry. Secondly, the population size becomes not flexible as the number of objectives increases. In this paper, we propose the MOEA/D with Uniformly Randomly Adaptive Weights (MO… Show more

Help me understand this report
View preprint versions

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
8
0

Year Published

2020
2020
2023
2023

Publication Types

Select...
5
1
1

Relationship

0
7

Authors

Journals

citations
Cited by 22 publications
(8 citation statements)
references
References 11 publications
0
8
0
Order By: Relevance
“…One of the most popular methods for guiding the weight adaptation strategy is the Adaptive Weight Adjustment (AWA) [12,10,4,7]. A major advantage of AWA is that it changes the position of the vectors according to the feature of the MOPs and that is why we use AWA as one of the base mechanisms in this work.…”
Section: Moea/d and Weight Vectorsmentioning
confidence: 99%
See 1 more Smart Citation
“…One of the most popular methods for guiding the weight adaptation strategy is the Adaptive Weight Adjustment (AWA) [12,10,4,7]. A major advantage of AWA is that it changes the position of the vectors according to the feature of the MOPs and that is why we use AWA as one of the base mechanisms in this work.…”
Section: Moea/d and Weight Vectorsmentioning
confidence: 99%
“…A growing body of literature recognises the need to define the appropriate set of weight vectors in MOEA/D [12,10,4,7,11]. One major issue in these works is that they focus on adjusting the position of weight vectors in terms of the objective space, paying little attention to defining the number of weight vectors.…”
Section: Introductionmentioning
confidence: 99%
“…Associating K reference points with K solutions has a complexity Algorithm 2: Update reference set Input: population (P ), archive (A), last updated reference set (R), population size (N )); Output: Output R, B and P ; 1 Determine the number reference of points to add: K = min ( √ N , |A|); // Add K reference points 2 while |R| − N < K do 3 Compute the furthest member i of A to P by the max-min distance [32]; 4 Add i to P ; 5 Add into R the projection of i on the reference plane; // Remove K reference points 6 Calculate reference score ζ(r i ) using Eq. (4) for all r i ∈ R; 7 while |R| > N and there exists a reference score larger than 0 do // pickî (randomly if a tie exists) 8 Identify the reference with the largest score:î = argmax 1≤i≤|R| ζ(r i ); 9 Remove the reference point rî from R and the solution associating with it from P ;…”
Section: Reference Set Selectionmentioning
confidence: 99%
“…A similar idea was used in the MOEA/D with adaptive weight adjustment (MOEA/D-AWA) algorithm [25], with a difference in reversing the above addition-first-removal-second order. Farias et al [8] modified MOEA/D-AWA by adopting a uniformly random method to update references every a few generations, and they reported that adaptive weight adjustment with the random method yields improved results in most of their test cases. The reference vector guided evolutionary algorithm (RVEA) [2] proposed to maintain two reference sets when handling irregular PF shapes.…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation