Papers
Topics
Authors
Recent
Search
2000 character limit reached

Differential Evolution with One-in-One Representation

Updated 8 July 2026
  • The paper presents DEO as a novel optimization strategy using one-in-one representation and adaptive penalties to reduce the search dimensionality for movable antenna positioning.
  • DEO is integrated within a two-layer iterative framework that couples an inner alternating-optimization for beamforming and RIS phase design with an outer loop for antenna placement.
  • The approach effectively enhances secrecy rates in RIS-aided cell-free systems, demonstrating up to a 12.4% performance gain over conventional benchmarks.

Searching arXiv for the cited paper to ground the article. Differential Evolution with One-in-One Representation (DEO) is a population-based optimization strategy introduced, in the cited setting, as the outer-layer solver for movable-antenna position design in an RIS-aided cell-free symbiotic radio system with secure transmission objectives. In the formulation reported in "Secure Transmission for Cell-Free Symbiotic Radio Communications with Movable Antenna: Continuous and Discrete Positioning Designs" (Lyu et al., 9 Aug 2025), DEO is coupled to an inner alternating-optimization procedure and is characterized by two explicit design features: one-in-one representation and an adaptive penalty mechanism. The method is used to optimize movable antenna (MA) positions under secrecy-rate maximization, secondary-transmission constraints, MA movement-region constraints, and minimum antenna-spacing constraints. The same work further extends the DEO framework to a discrete-position setting through mapping and determination operations, while also presenting an alternative alternating-optimization framework with lower computational complexity (Lyu et al., 9 Aug 2025).

1. Definition and optimization setting

In the reported system model, there are MM distributed access points (APs), each AP has NN movable antennas, and the network serves NpN_p primary users (PUs), NsN_s secondary users (SUs), and NeN_e eavesdroppers, with one RIS containing NεN_\varepsilon passive reflecting elements (Lyu et al., 9 Aug 2025). The APs transmit primary symbols sks_k to the PUs, while the RIS backscatters or reuses the primary signal to deliver a secondary symbol cc to the SUs. Eavesdroppers attempt to intercept the confidential primary information.

For continuous MA positions, AP mm's MA locations are collected as

tm=[tm,1T,,tm,NT]T,tm,n=[xm,n,ym,n,zm,n]T.\bm{t}_m = [\bm{t}_{m,1}^T,\ldots,\bm{t}_{m,N}^T]^T,\qquad \bm{t}_{m,n}=[x_{m,n},y_{m,n},z_{m,n}]^T.

The AP-to-RIS channel and AP-to-node channels depend on these positions: NN0

NN1

The RIS phase-shift matrix is

NN2

and AP NN3's transmitted signal is

NN4

The optimization criterion is the minimum secrecy rate over primary users and eavesdroppers. With achievable rates

NN5

the secrecy rate of primary user NN6 against eavesdropper NN7 is

NN8

and the overall objective is

NN9

For the continuous-position case, the problem is formulated with auxiliary variable NpN_p0 as

NpN_p1

2. Two-layer iterative structure

The cited work places DEO inside a two-layer iterative framework because the continuous-position problem is highly non-convex and couples beamforming, RIS phases, and antenna positions (Lyu et al., 9 Aug 2025). The decomposition separates the continuous MA-position search from the optimization of beamforming and RIS coefficients.

In the inner layer, for fixed MA positions NpN_p2, the method solves

NpN_p3

This stage is handled by alternating optimization (AO): beamformers are optimized with fixed RIS coefficients, RIS phases are optimized with fixed beamformers, and the process is iterated until convergence.

In the outer layer, after obtaining NpN_p4 and NpN_p5 from the inner layer, the method optimizes MA positions through

NpN_p6

This outer search is performed by DEO.

This layering is central to the reported role of DEO. It is not a standalone end-to-end solver for all variables; rather, it is an outer-loop mechanism for antenna-position search that repeatedly relies on inner-layer optimization to evaluate candidate populations. A plausible implication is that DEO is tailored here to the geometry-dependent part of the design space, while AO handles the continuous signal-processing blocks.

3. One-in-one representation and DEO population dynamics

The paper explicitly identifies one-in-one representation as a defining property of DEO (Lyu et al., 9 Aug 2025). Instead of encoding the full MA configuration as one high-dimensional particle, DEO treats each MA as one particle: NpN_p7 where each particle is the 3D position of a single antenna,

NpN_p8

The population size is therefore effectively NpN_p9, one particle per antenna. The reported motivation is that this reduces dimensionality and improves search efficiency.

The fitness function for the current MA population NsN_s0 is

NsN_s1

where NsN_s2 is the secrecy-rate objective value returned by the inner-layer optimization, NsN_s3 is a large penalty weight, NsN_s4 is the set of MA pairs violating the minimum-distance constraint, and

NsN_s5

This construction makes the fitness simultaneously depend on the achieved secrecy objective and the total severity of spacing violations.

For mutation, DEO generates a donor vector for particle NsN_s6 as

NsN_s7

where NsN_s8 are distinct randomly selected particles and NsN_s9 is the scaling factor. Binomial crossover then produces the trial vector NeN_e0: NeN_e1 where NeN_e2, NeN_e3 is the crossover probability, and NeN_e4 ensures that at least one donor component is retained.

Selection is performed by replacing one random particle with NeN_e5 and accepting the update only if the resulting population fitness improves: NeN_e6 Otherwise the original population is preserved.

4. Constraint handling and interaction with the inner optimization

Constraint handling in DEO is inseparable from the secrecy-rate maximization architecture used in the cited work. Boundary violations in MA coordinates are handled by coordinate-wise clipping: NeN_e7 Spacing constraints are not enforced by direct projection; instead, they are incorporated through the DEO penalty term described above. This makes the outer search feasibility-aware without removing all infeasible candidates a priori.

The inner layer uses SDR and SCA for beamforming optimization. The beamforming variables are lifted as

NeN_e8

The secrecy constraint is decomposed as a difference of concave terms,

NeN_e9

with NεN_\varepsilon0 and NεN_\varepsilon1 linearized by first-order Taylor approximation.

RIS optimization similarly introduces

NεN_\varepsilon2

and enforces the rank-one condition through

NεN_\varepsilon3

which is incorporated into the objective via the penalty term

NεN_\varepsilon4

The stopping rule for the DEO outer loop is a preset maximum iteration number NεN_\varepsilon5, with the nested convergence behavior also influenced by the inner-layer stopping criteria. This suggests that the effective computational profile of DEO in this application depends not only on population evolution but also on the cost of repeatedly solving the inner AO subproblem.

5. Discrete-position extension

The same paper extends DEO from continuous MA positioning to a discrete setting in which each MA must choose one location from a finite candidate set

NεN_\varepsilon6

A binary selection matrix NεN_\varepsilon7 is used, with each column selecting one candidate position for one MA (Lyu et al., 9 Aug 2025). The corresponding optimization problem is

NεN_\varepsilon8

In the extended DEO framework, the initial population is defined over binary-selection encodings: NεN_\varepsilon9 Mutation and crossover are applied in the same DEO manner, but on sks_k0-dimensional particles.

Because DEO offspring are real-valued, the paper adds a mapping operation: sks_k1 This sigmoid map converts the offspring entries to probabilities. A subsequent determination operation transforms each column into a one-hot assignment by setting the largest entry in a column to 1 and all others to 0, while excluding already used row indices from later columns so that each discrete position is assigned to at most one MA. The resulting encoding satisfies

sks_k2

The minimum-distance constraint in the discrete case is enforced through

sks_k3

If a DEO-generated discrete assignment violates this condition, the candidate is discarded. In this form, DEO no longer searches directly over Euclidean coordinates alone; it searches over a binary-coded assignment structure, then uses mapping and determination to restore feasibility with respect to the combinatorial placement model.

6. Alternative AO framework, complexity, and reported numerical behavior

For the discrete-position case, the paper also introduces an alternative AO iterative framework intended to reduce complexity (Lyu et al., 9 Aug 2025). Instead of applying DEO to the discrete MA-position block, the problem is decomposed into three subproblems: optimization of beamforming sks_k4, optimization of RIS phases sks_k5, and optimization of the discrete position matrices sks_k6.

In the discrete-position subproblem, lifted variables are introduced through

sks_k7

with the rank-one condition enforced via

sks_k8

The binary constraint is relaxed; after solving the convex surrogate, the eigenvector together with the same mapping and determination operations is used to recover the binary matrices sks_k9.

The complexity expressions given in the paper are

cc0

and

cc1

with the conclusion

cc2

The stated reason is that DEO-based continuous or discrete outer search is more expensive because every DEO iteration requires repeated solution of the inner AO subproblem, whereas the AO discrete framework optimizes the three blocks directly in a single loop.

The numerical findings reported for the same system characterize both convergence and performance. The DEO-based two-layer framework converges in both continuous and discrete cases, with secrecy rate increasing over iterations and then stabilizing. The discrete AO framework also converges and reaches a stable value after about 7 iterations. In terms of performance, continuous MA positioning outperforms discrete MA positioning; at cc3 dBm, the proposed continuous-position scheme with DEO achieves about 12.4% improvement over the FPA benchmark, and continuous-position DEO is about 6.9% better than discrete-position DEO at the same transmit-power level. The discrete AO framework remains close to the discrete DEO method, with performance about 1.55% lower on average at cc4 dBm.

These results delimit the practical role of DEO in the reported work. DEO is effective in the continuous-position regime and remains applicable to the discrete-position regime after binary-encoding extensions, but the paper ultimately identifies the AO framework as the lower-complexity alternative for the discrete case.

7. Methodological significance and scope

Within the cited study, DEO is significant not as a generic reformulation of differential evolution, but as a specific structural adaptation for movable-antenna optimization under coupled physical-layer security and symbiotic-radio constraints (Lyu et al., 9 Aug 2025). The paper attributes its effectiveness to four factors: reduction of MA search dimension through one-in-one representation, effective exploration of continuous antenna space, a penalty mechanism that steers the search away from infeasible antenna placements, and natural integration with the inner AO secrecy-rate maximization.

A common misunderstanding would be to treat DEO here as the sole optimization engine. The reported formulation does not support that interpretation. Instead, DEO is embedded in a broader solver stack that includes AO, SCA, SDR, and penalty-based rank-one enforcement. Another possible misconception is that the discrete-position extension simply discretizes the continuous algorithm. The description in the paper indicates a more substantial modification: DEO is extended to binary-coded assignments and augmented with sigmoid mapping, determination operations, and explicit candidate rejection when minimum-distance requirements are violated.

More broadly, the reported formulation suggests that one-in-one representation is the defining conceptual contribution of DEO in this application. A plausible implication is that the method is especially suited to optimization problems in which a large joint spatial configuration can be decomposed into many low-dimensional entities while still being evaluated through a global objective. In the cited work, that objective is the minimum secrecy rate under secondary-transmission and geometric constraints, and DEO serves precisely as the mechanism for navigating that decomposed search space.

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Differential Evolution with One-in-One Representation (DEO).