|
Algorithm 2 Adaptive Threshold Search for APA Optimization |
-
1:
Inputs: Electric field matrix , input power , reference input resistance , tumor region with radius , healthy region with radius
-
2:
Fixed Gaussian peak amplitude at tumor center with the maximum achievable intensity
-
3:
Candidate set to control hotspot suppression
-
4:
Outputs: Optimal excitation vector and selected threshold
-
5:
Determine the dominant polarization component of
-
6:
for each in candidate set do
-
7:
Compute standard deviation
-
8:
Compute
-
9:
Construct Gaussian field with parameters and and polarization
-
10:
Run APA Optimization (Algorithm 1) with
-
11:
Compute metrics and
-
12:
Store results in
-
13:
end for
-
14:
Identify via Pareto trade-off between and
-
15:
Return corresponding excitation vector
|