Differential Evolution with One-in-One Representation
- 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 distributed access points (APs), each AP has movable antennas, and the network serves primary users (PUs), secondary users (SUs), and eavesdroppers, with one RIS containing passive reflecting elements (Lyu et al., 9 Aug 2025). The APs transmit primary symbols to the PUs, while the RIS backscatters or reuses the primary signal to deliver a secondary symbol to the SUs. Eavesdroppers attempt to intercept the confidential primary information.
For continuous MA positions, AP 's MA locations are collected as
The AP-to-RIS channel and AP-to-node channels depend on these positions: 0
1
The RIS phase-shift matrix is
2
and AP 3's transmitted signal is
4
The optimization criterion is the minimum secrecy rate over primary users and eavesdroppers. With achievable rates
5
the secrecy rate of primary user 6 against eavesdropper 7 is
8
and the overall objective is
9
For the continuous-position case, the problem is formulated with auxiliary variable 0 as
1
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 2, the method solves
3
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 4 and 5 from the inner layer, the method optimizes MA positions through
6
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: 7 where each particle is the 3D position of a single antenna,
8
The population size is therefore effectively 9, one particle per antenna. The reported motivation is that this reduces dimensionality and improves search efficiency.
The fitness function for the current MA population 0 is
1
where 2 is the secrecy-rate objective value returned by the inner-layer optimization, 3 is a large penalty weight, 4 is the set of MA pairs violating the minimum-distance constraint, and
5
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 6 as
7
where 8 are distinct randomly selected particles and 9 is the scaling factor. Binomial crossover then produces the trial vector 0: 1 where 2, 3 is the crossover probability, and 4 ensures that at least one donor component is retained.
Selection is performed by replacing one random particle with 5 and accepting the update only if the resulting population fitness improves: 6 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: 7 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
8
The secrecy constraint is decomposed as a difference of concave terms,
9
with 0 and 1 linearized by first-order Taylor approximation.
RIS optimization similarly introduces
2
and enforces the rank-one condition through
3
which is incorporated into the objective via the penalty term
4
The stopping rule for the DEO outer loop is a preset maximum iteration number 5, 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
6
A binary selection matrix 7 is used, with each column selecting one candidate position for one MA (Lyu et al., 9 Aug 2025). The corresponding optimization problem is
8
In the extended DEO framework, the initial population is defined over binary-selection encodings: 9 Mutation and crossover are applied in the same DEO manner, but on 0-dimensional particles.
Because DEO offspring are real-valued, the paper adds a mapping operation: 1 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
2
The minimum-distance constraint in the discrete case is enforced through
3
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 4, optimization of RIS phases 5, and optimization of the discrete position matrices 6.
In the discrete-position subproblem, lifted variables are introduced through
7
with the rank-one condition enforced via
8
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 9.
The complexity expressions given in the paper are
0
and
1
with the conclusion
2
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 3 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 4 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.