Dynamic Target Method
Author: Tianjiang Says
Website: https://cislunarspace.cn
Definition
The dynamic target method is an improved orbit keeping strategy proposed in Chen Yuju's 2024 dissertation. Unlike the traditional targeting method that uses fixed control parameters, the dynamic target method employs the Differential Evolution (DE) algorithm to dynamically optimize control parameters at each control epoch, achieving lower fuel consumption for DRO orbit keeping.
Key Innovation
The dynamic target method improves upon the traditional targeting method by:
- Dynamic optimization: Instead of using fixed control parameters, the DE algorithm searches for the optimal parameters at each control epoch
- Global search: DE's population-based search avoids local optima that gradient-based methods may converge to
- Adaptive parameters: Control timing, direction, and magnitude are jointly optimized
Process
- Determine current orbit state through navigation
- Define the search space for control parameters (timing, direction, magnitude)
- Apply DE algorithm to find the parameter set that minimizes fuel consumption
- Execute the optimal maneuver
- Repeat at the next control cycle
Comparison with Traditional Targeting Method
| Feature | Traditional Targeting | Dynamic Target |
|---|---|---|
| Parameter selection | Fixed or locally optimized | Globally optimized by DE |
| Search method | Gradient-based | Population-based (DE) |
| Fuel consumption | Moderate | Lower |
| Computational cost | Lower | Higher |
| Convergence | Local optimum possible | Global optimum seeking |
Related Concepts
References
- Chen Yuju. DRO Orbit Design and Control Research for Cislunar Space Situation Awareness[D]. 2024.
