Research Article

A Heuristic Genetic Algorithm for Regional Targets’ Small Satellite Image Downlink Scheduling Problem

Algorithm 2

Heuristic genetic algorithm (HGA).
1 Input,
2 Output Best Scheme
3 Random Initialize Population
4 
5 Do until reach Stop Criterion
6   
7   
8   
9   
10   If do
11     
12   End If
13   
14   
15   If do
16     
17   End If
18   
19   If do
20     
21   Else
22     
23   End If
24   If No improvement > and counter< do
25     Redo HGA
26     counter = counter+1
27   End If
28 End Do
29 Return Best Scheme