Pseudorandomness in Central Force Optimization

Abstract

This note examines the utility of pseudorandom variables (prv) in Global Search and Optimization (GSO) using Central Force Optimization (CFO) as an example. Most GSO metaheuristics are stochastic in nature, but not all. CFO is a completely deterministic GSO metaheuristic, but it nevertheless benefits from injecting prv’s, thereby preserving its deterministic nature while improving its decision space (DS) exploration. CFO benefits substantially from the inclusion of a pseudorandom component, that is, a numerical sequence that is precisely known by specification, or by calculation, or both, but which is otherwise arbitrary. The essential requirement is that the sequence be uncorrelated with DS’s topology, so that its effect is to pseudorandomly distribute probes throughout the landscape. While this process may appear to be similar to the randomness in an inherently stochastic algorithm, it is in fact fundamentally different because CFO remains deterministic at every step. Injecting prv’s is not limited to CFO. It is an approach that can be used in any metaheuristic, stochastic or not. In this note three different pseudorandom methods are discussed for CFO (initial probe distribution, repositioning factor, and decision space adaptation). A sample benchmark problem is presented in detail, and summary data are included for a 23-function benchmark suite. In addition, two sample “real world” problems in electromagnetics are presented. CFO’s performance with prv’s is quite good compared to other highly developed, state-of-the-art algorithms.

Share and Cite:

Formato, R. (2025) Pseudorandomness in Central Force Optimization. Journal of Applied Mathematics and Physics, 13, 4567-4597. doi: 10.4236/jamp.2025.1312250.

1. Introduction

The metaheuristics used to solve optimization problems more often than not are stochastic in nature. They are frequently based on inherently random processes such as: (i) propagation of species, for example genetic algorithm analogizing survival of the fittest; (ii) animal foraging behavior, for example ants, bees or fish; (iii) random physical processes, for example simulated annealing and gravitational search; or (iv) purely mathematical but random approaches, as examples, differential evolution and tabu search. It is impractical to list all such algorithms because there are far too many, literally hundreds. Luke’s excellent book [1] provides an extensive list of random metaheuristics and is highly recommended to readers looking for an overview and implementations.

But is true randomness important? Why is it an underpinning of almost all metaheuristics? The answer to the first question is “no”, and in the author’s opinion the answer to the second is “precedent”, that is, what was done before that worked is simply repeated. Over the past three decades or so, there has been an explosion of stochastic algorithms most of them inspired by biology or sociology, many being of questionable merit because they are obviously preposterous or they are based on some bizarre metaphor. Examples range from “Anarchic Societies” to “Zombies” [2] [3]. Sorensen discusses a particular metaheuristic in detail, and he makes this point in a compelling and humorous manner [2]. Of course, every proposed algorithm is shown to work at least to some degree. This observation raises another important question: Why do such disparate metaheuristics work at all? As bizarre as a metaheuristic may be, the fact that it may provide reasonable solutions makes one wonder, Why? Unfortunately, there is no answer to this question, which brings us full circle to the theme of this note—Is there some advantage in avoiding stochastic approaches to optimization? And if so, Why? The answer to the first question is “yes”, and to the second it is that useful results can be obtained quickly without the need to do the statistical analysis required by random algorithms. This latter observation is particularly important in “real-world” problems, the kinds that practicing engineers deal with on a day-to-day basis.

This note examines the role of pseudorandomness in a specific metaheuristic, Central Force Optimization. CFO is a deterministic Nature-inspired GSO metaheuristic for an evolutionary algorithm (EA) based on gravitational kinematics [4]-[13]. CFO analogizes Newton’s mathematically precise laws of motion and gravity, so its underlying equations are equally precise. CFO locates the global maxima (value and location) of an objective function defined on a decision space Ω of dimension N d with a topology (“landscape”) that is unknown or unknowable. CFO searches Ω by “flying” a group of “probes” whose trajectories are computed from two deterministic equations of motion at a series of discrete “time” steps (iterations). Details of the CFO metaheuristic are in the Appendix.

Because CFO is deterministic, it is fundamentally different from Nature-inspired EAs whose underlying equations are inherently stochastic. Particle Swarm Optimization (PSO) and Ant Colony Optimization (ACO) are prime examples. Their equations are formulated in terms of true random variables (RV’s), and removing randomness causes these algorithms to fail completely. By contrast, CFO’s equations are inherently deterministic. Every CFO run with the same setup returns precisely the same values step-by-step throughout the entire run. Nevertheless, effective CFO implementations can benefit substantially from a “pseudorandom” component that enters the algorithm indirectly, not through its basic equations. This is a fundamental and important distinction that sets CFO apart from stochastic algorithms. Although pseudorandomness is not required in CFO, numerical experiments do show that it can be an important feature in improving the algorithm’s effectiveness.

The Network Working Group suggests the following terminology [14]. “Random value—an individual value that is unpredictable; i.e., each value in the total population of possibilities has equal probability of being selected…Pseudorandom—a sequence of values that appears to be random (i.e., unpredictable) but is actually generated by a deterministic algorithm.”

Consistent with this recommendation this note adopts the following terminology: A pseudorandom variable (prv) is defined as one whose value is precisely known but arbitrarily assigned. The value can be specified in advance (for example, an arbitrary sequence of numbers) or it can be calculated in a prescribed manner or these two methods can be combined. The variable’s “randomness” derives from the fact that its value is arbitrary and uncorrelated with Ω’s topology, not that it is uncertain in the sense of a true RV. A true RV’s value is calculated from a probability distribution with successive calculations yielding different values that cannot be known a priori. Thus true randomness is fundamentally different from CFO’s pseudorandomness. Why? Because even when CFO includes pseudorandomness, it remains deterministic, always yielding the same result for runs with the same setup. Once a pseudorandom variable is specified, either explicitly or by calculation or otherwise, its value is known with absolute precision, so that CFO’s trajectory calculations remain deterministic even in the presence of that pseudorandomness. There are many ways pseudorandomness can be added to CFO; and three simple methods are described here.

2. CFO Implementation

In this note pseudorandomness is injected into CFO in the following three ways: 1) the initial probe distribution (IPD); 2) the “repositioning factor”; and 3) changing the decision space boundaries. These are discussed in detail below. As to nomenclature, the modified algorithm is referred to as CFO-PR.

Method 1: Every CFO run starts with a user-specified IPD, that is, total number and locations of probes in Ω at the beginning of the run, step 0. An arbitrary, variable initial probe distribution is a convenient way to inject pseudorandomness, the effect of which is to provide better sampling of Ω’s topology than a static distribution. Each IPD in a set of distributions provides different information about Ω’s landscape. As the results below show certain ones perform better than others, which is expected.

Method 2: The second method of injecting pseudorandomness is the use of a step-by-step variable repositioning factor Δ F rep F rep 1 where Δ F rep is the step increment. “Repositioning” refers to the process of retrieving a probe that has flown outside the decision space, details in the Appendix. A variable F rep has the effect of pseudorandomly distributing probes throughout Ω, which provides better sampling of the decision space’s landscape as the run progresses.

Method 3: The third way pseudorandomness is injected is by shrinking the decision space around the best probe’s location. This process coupled with variable F rep redistributes probes in the smaller Ω in an arbitrary but precise, hence pseudorandom, manner. The effect is to speed CFO’s convergence, but at the risk of premature convergence [empirically, this issue does not appear to be significant using the procedures described below]. Another risk using this approach is that the shrunken DS may actually exclude the global maximum, but as a practical matter this concern seems to be minimal.

Pseudocode: Pseudocode for CFO-PR appears in Figure 1. A source code listing is available online [15]. The inner time step loop (“ j ” loop) is common to all CFO implementations. It is the two outer loops that inject initial probe pseudorandomness. The γ loop controls where IPD probes are deployed, and the N p / N d loop determines their number. These two parameters define the IPD, and the two loops together create a variable, prv distribution (see Appendix for notation and equations).

The variable F rep procedure (Method 3) appears in step (f) of the pseudocode. The pseudorandom decision space adaptation is in step (g). In this case Ω’s boundaries shrink around the then best probe position vector every 20th step as discussed in detail below. A two-dimensional example is used to illustrate these techniques because it provides a concrete visualization of the different methods. Of course, in the actual CFO-PR implementation these techniques are generalized to the N d -dimensional case as shown in the pseudocode below and in the online source code.

Initial Probes: The manner in which initial probes are deployed using γ is shown schematically in Figure 2(a), which provides a 2-dimensional (2D) schematic representation of a variable IPD comprising an orthogonal array of N p / N d probes per axis (DS dimension) deployed uniformly on “probe lines” parallel to the coordinate axes that intersect at a point along Ω’s principal diagonal. N d is Ω’s dimensionality (here N d =2 ), and x i min x i x i max , 1i N d define Ω’s domain. N p is the total number of probes.

For illustrative purposes, Figure 2(a) shows nine probes on each probe line. The lines, which are parallel to the x 1 and x 2 axes, intersect at a point on Ω’s principal diagonal marked by position vector D = X min +γ( X max X min ) , where

X min = i=1 N d x i min e ^ i and X max = i=1 N d x i max e ^ i are the diagonal’s endpoint vectors. Para-

meter 0γ1 specifies where along the diagonal the orthogonal probe array is placed by locating the probe lines’ intersection point.

Figure 1. CFO-PR pseudocode with variable initial probes, variable F rep , and DS adaptation (see Appendix).

While Figure 2(a) shows an equal number of probes on each line, a different number of probes per axis can be used instead. For example, if equal probe spacing were desired in a decision space with unequal boundaries, or if overlapping probes were to be excluded in a symmetrical DS, then unequal numbers would be used. Unequal numbers also might be appropriate if a priori knowledge of Ω’s landscape, however obtained, suggests denser sampling in one area. The initial probe distribution in Figure 2 with variable N p / N d was used for the CFO-PR runs reported here, but any number of other variable initial probe distributions could be used instead. A typical three-dimensional “probe line” IPD is shown in Figure 2(b). The key idea is that the initial probe distribution must be pseudorandom,

Figure 2. (a) Variable 2-D initial probe distribution used for CFO-PR runs reported here; (b) Typical variable 3-D IPD with 6 Probes/Axis.

that is, arbitrary and consequently uncorrelated with Ω’s landscape.

Repositioning Factor: A variable value for F rep also adds pseudorandomness. F rep starts at some arbitrary initial value that is incremented at each iteration by an arbitrary amount Δ F rep such that F rep remains bounded as Δ F rep F rep 1 . This errant probe retrieval scheme is an example of an arbitrary sequence of calculated numbers deterministically assigned to a CFO parameter. CFO’s ability to search Ω depends on where errant probes are reinserted. This process is pseudorandom in nature because F rep is deterministic but arbitrary and uncorrelated with Ω’s topology. By placing errant probes pseudorandomly throughout the decision space, more information is developed about its topology as the run progresses. The scheme used here was determined empirically, and it appears to work well across a wide range of objective functions. Of course, there are many other procedures for setting F rep ’s value, some no doubt better than others.

Decision Space Adaptation: CFO-PR also includes adaptive reconfiguration of the decision space in order to improve convergence speed. This feature also is pseudorandom in nature because the way Ω’s boundaries are changed is arbitrary and uncorrelated with the landscape. Figure 4 illustrates in 2D how Ω’s size is adaptively reduced, in this case every 20th step around the probe’s location with the then best fitness throughout the run up to the current iteration, R best . Ω’s boundary coordinates are reduced by one-half the distance from the best probe’s position to the each boundary on a coordinate-by-coordinate basis, that is,

x i min = x i min + R best e ^ i x i min 2 , and x i max = x i max x i max R best e ^ i 2 , where the primed

coordinate is the new decision space boundary value, and the dot denotes vector inner product. For clarity, Figure 3 shows R best as fixed, whereas generally it varies throughout a run. Changing Ω’s boundary every twenty steps instead of some other interval was chosen arbitrarily (another, probably better approach, might be a reactive adaptation based on performance measures such as convergence speed or fitness saturation).

Figure 3. Schematic 2-D decision space adaptation (with constant R best ).

3. A Sample Benchmark Problem

The effectiveness of injecting pseudorandomness into CFO-PR will be illustrated with the 2D Goldstein-Price function (“GP”) plotted in Figure 4. GP is a recognized benchmark problem defined as

f( x 1 , x 2 )=[ 1+ ( x 1 + x 2 +1 ) 2 ( 1914 x 1 +3 x 1 2 14 x 2 +6 x 1 x 2 +3 x 2 2 ) ] ×[ 30+ ( 2 x 1 3 x 2 ) 2 ( 1832 x 1 +12 x 1 2 +48 x 2 36 x 1 x 2 +27 x 2 2 ) ],

where Ω: 100 x 1 , x 2 100 Note that in most published reports Ω is much smaller, viz., 2 x 1 , x 2 2 . It has been intentionally increased here to make the problem more difficult. GP’s known global maximum is −3 at the point (0, −1). GP is multimodal with few local maxima, and it varies over nearly nineteen orders of magnitude as shown in Figure 4.

Figure 4. Goldstein-price function.

The following parameter values were used for all analytical benchmark runs reported in this note, that is, functions with known maxima: α=2 , β=2 , G=2 , Δt=1 , initial acceleration of zero, initial F rep =0.5 , Δ F rep =0.05 , γ start =0 , γ stop =1 with Δγ=0.1 (eleven runs). Because 0γ1 the algorithm designer must choose the granularity with which γ is specified. A value of 0.1 has consistently worked well, but of course a different granularity could be used instead, say 0.05 or even 0.025. The number of individual CFO runs increases substantially as the granularity decreases, so that the algorithm designer must make a determination that likely will vary one optimization problem to the next. For the Goldstein-Price benchmark the number of probes per dimension was specified as N p / N d =4 to 14 by 2 with different ranges of this parameter for the other test functions as described in Table 1. Just as γ is specified based on the algorithm designer’s experience and understanding of the problem at hand, so too is parameter N p / N d . And just as decreasing γ results in more function evaluations, increasing N p / N d has the same effect. In all cases for the GP runs reported in Table 1, a run was terminated early if the average best fitness over 50 steps including the current step and the current best fitness differed by less than 106. The best run pseudorandom IPD’s computed using the procedure illustrated in Figure 2(a) are plotted in Figure 5.

Table 1 shows a summary of the results for the GP function. A total of sixty-six optimization runs were made in six groups of eleven runs each with data for “Run #0” being starting values. The column headings are for the most part self-explanatory. Each run began with N t =500 , but, as the #Steps column shows, in no case were 500 iterations actually used because every run terminated early. N eval is the number of function evaluations performed for the shortened run, and the total number of evaluations over all runs appears at the bottom of this column.

The F rep column lists F rep ’s value at the end of the run. “V” denotes that F rep was variable as discussed above. Fitness tabulates the best fitness returned during the run. The Initial Probes column shows the type of initial probe distribution, in this case probes uniformly spaced along probe lines parallel to Ω’s axes (notated “ǁ-AXIS”) as described above and shown in Figure 5.

The best fitness ranged from a low of −236.6643… in run 12 to the known global maximum of −3 at ( 0,1 ) that was returned in run #54 (best results highlighted in red). Parameters for run #54 were N p / N d =12 , N p =24 , and γ=0.9 . The total number of function evaluations over all runs was 180,472 while N eval for the best run was 1,464 (60 iterations).

Figure 6 plots the evolution of GP’s best fitness, which in only two steps increases from −2.992268247672 × 1012 to GP’s actual global maximum of −3. This result is quite remarkable in view of the initial probe distribution for γ=0.9 (Figure 5) in which all probes are far removed from the maximum’s location at ( 0,1 ) . As a general proposition CFO-PR’s exploitation of the decision space (converging quickly on maxima) appears to be very robust indeed [16].

Figure 7 plots CFO’s “ D avg curve” for GP. D avg is the normalized average distance between the probe with the best fitness and all other probes at each time step, viz., D avg = 1 L( N p 1 ) p=1 N p i=1 N d ( x i p,j x i p ,j ) 2 where p is the number of

the probe with the best fitness, and L= i=1 N d ( x i max x i min ) 2 is the length of Ω’s principal diagonal (see Appendix for definitions). D avg decreases monotonically through step 10 to 0.0496977, then increases very quickly to a peak of 0.4767301 at step 11, followed by another quasi-monotonic decrease through step 29 to 0.0274355. This cycle repeats through step 48 where D avg is 0.0169657, followed by a jump to 0.1194779 at step 49.

After a slight dip through step 53, D avg flattens out around a value of 0.11… The quasi-oscillatory behavior in D avg usually correlates with local trapping, which in this case happens to be at the global maximum. Oscillation in D avg may be a similar phenomenon to oscillation seen in “ ΔV ” curves for gravitationally

Table 1. Summary results for GP function using CFO-PR.

trapped Near Earth Objects (NEOs), strongly suggesting that NEO theory may hold the key to analytical mitigation or elimination of local trapping at local maxima and possibly a proof of convergence for CFO (see in particular [16]). As the data in Table 1 clearly show, some sets of parameters are much better than others. Without pseudorandom initial probes, one run would be made with, in this example, only a 13.6% probability of locating the global maximum with a fractional accuracy of 0.03% (9 of 66 runs). This statistic highlights the importance of pseudorandomness in CFO.

Because CFO-PR converges so quickly on GP’s global maximum, the number

Figure 5. GP best run initial probe distributions.

Figure 6. Evolution of GP function best fitness.

Figure 7. Evolution of GP function D avg .

of the probe with the best fitness is constant after step #1 as seen in the best probe plot in Figure 8. The best probe number (#14) is the same for steps 0 and 1, but it switches to probe #2 at step 2. Neither the number of the best probe nor the fitness change after step 2. Of course, for most functions the best probe number varies throughout a run, often quite erratically.

Figure 8. GP function best probe number.

Figure 9. GP function trajectories of probes with best fitness.

Figure 9 and Figure 10, respectively, plot the probe trajectories for the probes with the best ten fitnesses ordered by fitness and for the first sixteen individual probes ordered by probe number [number of trajectories plotted chosen as a matter of convenience]. Both plots are very chaotic with no obvious sign of regularity in how probes gravitate to the global maximum. Nevertheless, there is some measure of regularity as reflected in the D avg curve because its appearance is not nearly as chaotic as the trajectory plots. In fact, in many cases D avg exhibits a mathematically precise oscillation even when the probe trajectories look like Figure 9 and Figure 10 (see in particular [4] [17]).

Figure 10. GP function probe trajectories by probe number.

4. A Benchmark Suite

CFO-PR was tested against the twenty-three function benchmark suite in [18], and the results compared to those from the other algorithms reported in that paper. The benchmarks, their decision spaces, and the three other algorithms (“GSO,” “PSO,” “GA”) are discussed in detail in that paper. GSO (Group Search Optimizer, not to be confused with “Global Search and Optimization”) is a novel, highly refined Nature-inspired metaheuristic that mimics animal searching behavior based on a “producer-scrounger” model. PSO was implemented using “PSOt,” a MATLAB-based toolbox that includes standard and variant PSO algorithms. The genetic algorithm in [18] was implemented using the GAOT toolbox (genetic algorithm optimization toolbox). Recommended default parameter values were used for the PSOt and GA algorithms as described in [18].

Table 2 summarizes CFO-PR’s results using the same function numbering as [18] (more detailed data appear in the Appendix that is available online [15]). Note that the benchmark suite in [18] does not include GP as a test function. In Table 2 f max is the known global maximum (note that the negative of each benchmark is used because, unlike the other algorithms, CFO locates maxima, not minima). denotes average value. Because GSO, PSO and GA are inherently

Table 2. CFO-PR comparative results for 23 Benchmark Functions ( N d = Function Dimension, f max = Known Global Maximum).

Test

Function*

N d

f max *

<Best Fitness>/

Other Algorithm

CFO

Best Fitness

γ best

Best N p / N d

N eval

Best Run

N eval

Total

Unimodal Functions (other algorithms: average of 1000 runs)

f1

30

0

−3.6927 × 10−37/PSO

−4.8438 × 10−4

0.1

4

20,640

507,060

f2

30

0

−2.9168 × 10−24/PSO

−4 × 10−8

0.5

2

5040

716,400

f3

30

0

−1.1979 × 10−3/PSO

−6 × 10−8

0.5

2

10,260

1,534,260

f4

30

0

−0.1078/GSO

−4.2 × 10−7

0.5

2

5160

332,340

f5

30

0

−37.3582/PSO

−1.09289 × 10−3

0.9

6

34,560

845,640

f6

30

0

−1.6000 × 10−2/GSO

0

1.0

6

10,980

350,280

f7

30

0

−9.9024 × 10−3/PSO

−4.249 × 10−5

0.1

4

60,120

1,983,960

Multimodal Functions, Many Local Maxima (other algorithms: avg 1000 runs)

f8

30

12,569.5

12,569.4882/GSO

12,569.4866

0.5

4

12,720

448,800

f9

30

0

−0.6509/GA

−2.05 × 10−6

0.7

4

16,440

680,640

f10

30

0

−2.6548 × 10−5/GSO

−1.5 × 10−7

0.5

2

5100

904,980

f11

30

0

−3.0792 × 10−2/GSO

−9.97293 × 10−2

0.1

6

42,660

489,060

f12

30

0

−2.7648 × 10−11/GSO

−2.067 × 10−5

0.5

2

3660

341,400

f13

30

0

−4.6948 × 10−5/GSO

−3.2853 × 10−3

0.6

6

16,920

679,620

Multimodal Functions, Few Local Maxima (other algorithms: avg 50 runs)

f14

2

−1

−0.9980/GSO

−0.9980

0.2

12

5952

141,076

f15

4

−0.0003075

−3.7713 × 10−4/GSO

−4.889 × 10−4

0

12

3360

304,664

f16

2

1.0316285

1.031628/GSO

1.031626

0.4

12

6288

124,340

f17

2

−0.398

−0.3979/GSO

−0.3979

0

8

1872

108,340

f18

2

−3

−3/GSO

−3

0.9

12

1464

180,472

f19

3

3.86

3.8628/GSO

3.8627

0.2

14

3150

200,268

f20

6

3.32

3.2697/GSO

3.32173

0.3

12

18,072

730,212

f21

4

10

7.5439/PSO

10.1532

0.4

6

1896

336,712

f22

4

10

8.3553/PSO

10.4029

0.8

6

2208

386,176

f23

4

10

8.9439/PSO

10.5363

0.8

6

2256

394,320

*Note: negative of the functions in [11] are computed by CFO because CFO searches for maxima instead of minima.

stochastic, evaluating their performance requires a statistical assessment. Statistical data for those algorithms in Table 2 are reproduced from [18] where thousands of runs were required. In stark contrast CFO’s results, of course, are repeatable over runs with the same parameters because it is deterministic; therefore no statistical description is necessary.

The CFO-PR data correspond to the best fitness returned by the single best run in the set of runs with variable N p / N d and variable γ . For functions f14 - f23 eleven runs were made with 0γ1 in increments of 0.1 and 4 N p / N d 14 by 2 (66 runs total). For f1 - f13 the same procedure was used, but with 2 N p / N d 6 by 2 (33 runs total) in order to avoid excessive runtimes. Table 2 shows the γ value corresponding to the best fitness, γ best , and the corresponding best value of N p / N d . N eval is the number of function evaluations, and it is tabulated for the single best run and for the group of runs used to determine γ best and the best number of probes per axis.

In the first group of high dimensionality unimodal functions, f1 - f7, CFO-PR returned the best fitness on five of the seven functions (f3 - f7). PSO performed best on the first two. In the second set of high dimensionality multimodal functions with many local maxima, f8 - f13, CFO-PR performed best on two (f9, f10) and essentially the same as the best other algorithm (GSO) on f8. In last group of ten multimodal functions with few local maxima, f14 - f23, CFO-PR returned the best fitness on four (f20 - f23), equal fitnesses on three (f14, f17, f18), and very slightly lower fitnesses on the remaining three.

CFO-PR performed very well against three other highly sophisticated algorithms. It returned the best, equal, essentially equal or very slightly lower fitnesses on eighteen of the twenty three test functions. It is reasonable to conclude that, overall, CFO-PR performed as well or better than GSO, which in turn performed better than PSO or GA.

Because GP was not included in [18] a direct comparison with that test function cannot be made. But in order to provide a thorough comparison Table 2 and Table 3, respectively, tabulate the number of function evaluations from [18] compared to CFO-PR’s total number of runs and the number for its best run. The total number for CFO-PR depends entirely on the choice of parameters N p / N d and γ . Table 4 provides the same information as Table 3 but for CFO-PR’s best run instead of for all runs. Increasing the number of probes per dimension or decreasing the granularity of the probe line parameter can dramatically increase

Table 3. # Evals, GSO/CFO-PR all runs.

Fnc #

GSO/CFO-PR

Fnc #

GSO/CFO-PR

Fnc #

GSO/CFO-PR

1

150000/507060

9

250000/680640

17

5000/108340

2

150000/716400

10

150000/904980

18

10000/180472

3

250000/1534260

11

150000/489060

19

4000/200268

4

150000/332340

12

150000/341400

20

7500/730212

5

150000/845640

13

150000/679620

21

1000/336712

6

150000/350280

14

7500/141076

22

1000/386176

7

150000/1983960

15

250000/304664

23

1000/394320

8

150000/448800

16

1250/124340

--

--

Table 4. # Evals, GSO/CFO-PR best run.

Fnc #

GSO/CFO-PR

Fnc #

GSO/CFO-PR

Fnc #

GSO/CFO-PR

1

150000/20640

9

250000/16440

17

5000/1872

2

150000/5040

10

150000/5100

18

10000/1464

3

250000/10260

11

150000/42660

19

4000/3150

4

150000/5160

12

150000/3660

20

7500/18072

5

150000/34560

13

150000/16920

21

1000/1896

6

150000/10980

14

7500/5952

22

1000/2208

7

150000/60120

15

250000/3360

23

1000/2256

8

150000/12720

16

1250/6288

--

--

the number of function evaluations as is evident from these Table 2 and Table 3. It therefore behooves the algorithm designer to choose these parameters wisely, and perhaps to employ novel strategies instead of simply looping on many possibilities as is done here. For example, a bisection scheme might work well, but this approach has not been tested because the very point of this discussion is to demonstrate how well CFO-PR works with an appropriate choice of run parameters. An adaptive approach such as discussed in [19] might be useful in CFO-PR.

When appropriate parameters are specified, CFO-PR’s performance is quite good as demonstrated by the 30-dimensional Schwefel Problem 2.26 (see [19]). This is an especially difficult benchmark because of its extreme multimodality as shown in its 2D plot shown in Figure 11.

Figure 11. Schwefel problem 2.26 in two dimensions (courtesy http://www.sfu.ca/~ssurjano/schwef.html).

The 30D Schwefel is defined as f( x )= i=1 30 x i sin | x i | , 500 x i 500 with a known global maximum value of 12,569.5 [4]. CFO-PR data are as follows:

But for runs #1 and 11 CFO-PR returned excellent estimates of the Schwefel’s maximum, which confirms how well it performs with appropriate choices for N p / N d and γ .

5. Typical “Real World” Problems

Besides working very well on a wide range of benchmark functions with excellent scalability [13], CFO-PR is very effective on “real world” problems as well. Two sample problems are discussed in this section. Both are drawn from antenna engineering. Readers unfamiliar with or not particularly interested in this field can peruse this section quickly to get an idea of how well CFO-PR works against a couple of difficult practical problems.

5.1. Circular Array of Half-Wave Dipoles (PBM#3)

The first real world problem is Problem #3 in the PBM suite of antenna benchmarks (“PBM#3”) [20]. This suite comprises five difficult real-world antenna optimization problems designed to test a metaheuristic’s effectiveness (how close it gets to the known best fitness and its location in Ω) and its efficiency (number of required calculations).

PBM#3 is a circular array of half-wave dipoles ( λ/2 , where λ is wavelength). Its geometry is shown in Figure 12. The array comprises eight dipoles parallel to the z-axis uniformly deployed on a one-wavelength radius circle ( λ=1.0 ) in standard right-handed Cartesian coordinates. All dipoles are center-fed by unit-amplitude sources with phase varying as α n =cos[ 2πβ( n1 ) ] , n=1,,8 , and β is the phase parameter. The unit-amplitude excitation is therefore V n =cos α n +jsin α n , j= 1 .

Fitness: The objective (fitness) function is maximizing the array’s directivity D( β,θ ) in the plane φ=0˚ as a function of the dimensionless phase parameter 0β4 and the polar angle θ . The decision space is {Ω: 0β4 , 0<θ<π }. Its landscape is shown in Figure 13. Although the topology is very highly multimodal, the global maxima are nevertheless visible. The range of β results in four equal-amplitude global maxima at the points ( β i =i0.5 , i=1,2,3,4 ; θ=π/2 ). The known value of the maxima was determined by modeling the array with the Numerical Electromagnetics Code Version 4 (NEC4) [21]. The NEC4-computed maximum directivity is 6.15 dBi (decibels relative to isotropic). CFO was run with the following parameters: N d =2 , N t =100 ,

N p N d =8 , N γ =1 , γ=0 (4 probes equally spaced on each of the two axes),

F rep init =0.5 , Δ F rep =0.1 , F rep min =0.05 , α=2 , β=2 , G=2 , Δt=1 . These

parameter values provide an example of how the number of function evaluations can be reduced.

Figure 12. PBM #3, Circular Array of Half-Wave Dipoles (1λ radius).

Figure 13. PBM#3 landscape, perspective view.

Effectiveness: CFO-PR returned a maximum directivity of 6.48634 dBi, which is a difference of 0.33634 dB (5.5%//6.15, “//” is relative to). For the maximum’s location CFO-PR returned coordinates β=0.48024 , θ=1.57327 , which differ from the known coordinates by 0.01976 and −0.00247, respectively (3.9% and 0.15% // known coordinates).

Efficiency: CFO-PR required 1050 function evaluations while the best performing algorithm in [20] required 900. Four different optimizers were evaluated in [20], and the other three required between 1685 and 5040 function evaluations. CFO-PR thus performs very well on PBM#3.

5.2. Ultra-Wideband Bowtie

The second real-world antenna problem is optimizing a resistively-loaded Bowtie antenna. The Bowtie is widely used as a broadband structure, but unloaded versions cannot provide nearly as much bandwidth as a resistively loaded antenna. A detailed analysis of the Bowtie structure appears in [22]. The general objective is to achieve ultra wideband (UWB) performance over as much of the 3 - 8 GHz band as possible, where following the U.S. FCC definition UWB is defined as 25% or more of the band center frequency.

Z 0 as a design variable: Z 0 is the characteristic impedance of antenna’s feed system. For historical reasons its value is usually 50 ohms resistive, and almost all modern antennas are designed against this standard. In optimizing an antenna Z 0 is consequently almost always a fixed parameter, not an optimization variable. But by removing this artificial constraint and allowing Z 0 to be determined by the optimizer much better antennas can be discovered [23]. This approach is referred to as Variable Z 0 , which is a patented technology [24] that is now in the public domain for unrestricted use.

An antenna’s impedance bandwidth (IBW) is defined as the frequency band or bands within which the antenna input impedance, Z in , is matched within specified limits to the feed system characteristic impedance, Z 0 . The required degree of impedance matching can be specified in terms of the antenna’s actual input impedance (resistance and reactance) as a function of frequency, or, as is more often the case, in terms of a maximum voltage standing wave ratio (VSWR). IBW typically is specified as VSWR// Z 0 2:1 (// denoting “relative to”), which is equivalent to a return loss (scattering parameter S 11 ) of approximately less than −10 dB. Of course, other VSWR thresholds can be used instead (and often are). Zehforoosh et al. [25] describes the design of an UWB microstrip antenna and provides a good summary of Z 0 ’s significance as a design parameter in the context of IBW. Notably, in [25] Z 0 is a fixed parameter, not a variable quantity as it is in Variable Z 0 .

The Bowtie antenna structure is shown schematically in Figure 14. The objective is to maximize bandwidth in the 3 - 8 GHz range. The Bowtie comprises two symmetrical wire triangles connected by a feed wire. The perfectly electrically conducting (PEC) wire has diameter 2a meters and the arm and feed wire

Figure 14. Schematic diagram of resistively loaded Bowtie antenna.

lengths are L arm and L feed , respectively, also in meters. The bowtie’s flare angle (vertex angle) is 2α radians. The antenna is impedance-loaded with four symmetrically placed equal-value loading resistors, R load ohms, that increase IBW at the expense of radiation efficiency (see [26] for a discussion of impedance loading). The resistors are inserted in series with the antenna wire a distance L load meters from the vertex. Excitation is provided by an RF (radio frequency) source at the center of the feed wire. The feed system characteristics impedance is Z 0 which, as discussed above, is an optimization parameter whose value will be determined by the optimization process.

The Bowtie structure was modeled in free space with the double-precision version of NEC4, [21] without and with resistive loading. The RF source is located at the origin of NEC’s standard right-handed spherical polar coordinate system with the antenna the Y-Z plane and feed wire along the Y-axis.

Design Variables: The Bowtie problem is 5-dimensional with design variables: L arm , α , L load , R load , and, importantly and differently from traditional methodology, Z 0 . Each of these quantities is allowed to vary in the optimization process. Their values are determined by the optimizer. Note that the wire radius a and the feed wire length L feed are fixed parameters and consequently not included in the list of design variables (this is the usual approach).

Optimization Methodology: CFO-PR was used as the optimizer. The fitness function (to be maximized over the frequency range 0.8-12 GHz) was defined as

F( Z 0 , R load , L load , L arm ,α )= 5min( G max )+min( ε ) | max( R in ) Z 0 |{ max( VSWR// Z 0 )min( VSWR// Z 0 ) }{ max( X in )min( X in ) } ,

in which ε is the bowtie’s radiation efficiency, G max its maximum gain, and Z in = R in +j X in its input impedance, all as functions of frequency. The first term in the denominator drives the input resistance toward the feed system characteristic impedance (assumed to be purely resistive), while the second and third terms, respectively, minimize the VSWR and input reactance variability with frequency. The Bowtie’s fitness increases with increasing radiation efficiency and minimum maximum gain, and it decreases with increasing mismatch between Z 0 and R in , and with increasing variability in VSWR and input reactance. The coefficient 5 in the gain term was determined empirically. Of course, the antenna designer is free to specify any desired fitness function, and different fitnesses will create different decision space landscapes that result in different antenna designs.

The decision space was defined as follows: 0.01 L arm 0.08m , 10 α 80 (bowtie variables); 1 L load L arm 9 , 1 R load 1000Ω (loading variables); 50 Z 0 1000Ω (variable feed system characteristic impedance). The fixed design parameters were L feed =0.02m and wire radius a=0.0005m (all dimensions in meters). These parameter ranges were specified based on experience.

A parameter-free CFO-PR implementation was used (only the fitness function supplied as input) [22]-[24], run parameters being: N d =5 ; N t =250 ; N γ =11 ( Δγ=0.1 ); max( N p N d )=8 ; F rep init =0.5 ; Δ F rep =0.1 ; F rep min =0.05 ; α=1 ; β=1 ; G=2 ; Δt=0.5 . Decision space adaptation was applied every 20th time step with an early termination criterion of fitness saturation for 25 consecutive steps (variation ≤ 106). CFO-PR’s best fitness was 1.5806 × 104 with N p N d =2 and γ=1 at time step 35, probe #1.

The Bowtie’s performance was computed by NEC4 every 100 MHz across the band 800 f mhz 12000 ( f mhz being the frequency in megahertz) and the resulting data used to compute the fitness at each calculation frequency. The unloaded structure was optimized to create a reference Bowtie which was then optimized with loading using the reference structure as a starting point. The NEC-4 model employed 9 segments in each of the six wires forming the bowtie triangles, and three segments in the feed wire. Gain was computed every 5 degrees from 0θ90˚ at φ=0˚ (see [21] for coordinate system details). Note that the range for L load is specified as an integer ratio to L arm because NEC loads a wire by segment number (“LD” cards), not by coordinate. The distance L arm consequently must be converted to an integer for use in NEC4.

Bowtie results: Design values for the optimized loaded Bowtie appear in Figure 15. Its computed VSWR performance from 800 to 12,000 MHz is summarized in Figure 16. Post-processing extended the frequency range from 200 to 15,000 MHz with data computed every 15 MHz. Figures 17-24 plot and tabulate the results. As a preliminary matter, the NEC4 model must be validated using the unloaded antenna’s average free space power gain test (AGT) as discussed at [21]. The AGT plot appears in Figure 17. Over most of the band the average power gain is between about 1.05 and 1.1 with a peak near 1.18. Values within 20% of unity usually are considered adequate for model validation, so that in this example there is high confidence in the Bowtie data.

Figure 18 plots the VSWR with and without resistive loading relative to the CFO-computed optimum feed system characteristic impedance of Z 0 =715Ω . Note that Z 0 , which has been determined as a result of its being a variable quantity in the optimization process, is unusual and quite far from the “standard”

Figure 15. Optimized Bowtie design values.

Figure 16. Optimized Bowtie performance 800 - 12,000 MHz.

Figure 17. Bowtie NEC4 AGT plot.

values that are much lower (mostly ~50 Ω). Impedance-matching Z 0 to a “standard” value, say, 50 Ω, requires a sufficiently broadband matching network, for example, a broadband transformer, lumped or distributed matching network, tapered transmission line, and so on, with some matching devices being better than others depending on the frequency range.

Figure 21 summarizes the Bowtie’s IBW using the commonly used threshold

Figure 18. Bowtie VSWR.

Figure 19. Loaded Bowtie radiation efficiency.

Figure 20. Bowtie input resistance.

Figure 21. Bowtie VSWR//715 Ω ≤ 2:1 bands (fc = band center).

VSWR// Z 0 2:1 . The antenna has several low-VSWR bands, two of which would be considered UWB because the fractional bandwidth with VSWR ≤ 2:1 is ≥ 25% of the band’s center frequency, fc. The loading resistance thus had the desired effect of increasing IBW, but it does so at the expense of radiation efficiency as shown in Figure 19. At low frequencies ε is quite low, and it decreases very quickly with decreasing frequency. But, near 3000 MHz ε exhibits a sharp increase, with very reasonable values at higher frequencies. The unloaded PEC Bowtie’s efficiency is 100% and consequently is not plotted.

Figure 20 and Figure 22, respectively, plot the antenna’s input resistance and reactance. The effect of adding resistive loading is, as expected, to reduce fluctuations in these variables. Figure 23 and Figure 24 plot the antenna’s maximum and minimum gains, respectively. Adding resistive loading generally reduces maximum gain as expected, but, interestingly, in this case it actually increases minimum gain in certain frequency ranges.

Figure 22. Bowtie input reactance.

Figure 23. Bowtie maximum power gain.

6. Conclusions

This note suggests that pseudorandomness is an important, indeed perhaps essential, aspect of effective CFO implementations. A pseudorandom variable has an arbitrary but precisely known value that may be assigned or calculated or both. Its essential characteristic is that the value is uncorrelated with the decision space’s topology, so that it has the effect of distributing probes pseudorandomly throughout the landscape.

Figure 24. Bowtie minimum power gain.

While in a general sense this process may appear to be similar to the true randomness in an inherently stochastic algorithm, it is in fact fundamentally different. The equations underlying stochastic algorithms are formulated in terms of true random variables whose values are computed from probability distributions and consequently are unknowable until the calculation is performed. Successive calculations consequently yield different values, and as a result every optimization run has a different outcome.

By contrast, a pseudorandom variable in the context of CFO is known with absolute precision because of how its value is determined (assignment or deterministic calculation). This property allows CFO to compute probe trajectories precisely because it is inherently deterministic. Therefore every CFO with the same setup, with or without a pseudorandom component, yields exactly the same results step-by-step throughout the entire run. Importantly, CFO’s reproducibility lends itself well to “reactive” implementations in which run parameters are “tuned” in response to performance metrics such as rate of convergence or fitness saturation, for example. Reactive stochastic algorithms, on the other hand, are not easily implemented.

This note provides examples of how pseudorandomness can improve CFO’s performance in particular, but it is an approach that can be employed in any stochastic metaheuristic, not only in CFO. For CFO in this note three different approaches are used (initial probe distribution, repositioning factor, and decision space adaptation), and each was discussed in detail. Of course, other approaches are possible, for example Pi Fractions being one that has been used with excellent results [27]. The utility of Pi Fractions is discussed in [27]. Why determinism is important in addressing real-world engineering problems is discussed at length with examples in [28]. In this note, a sample benchmark problem was presented in detail while another one was summarized. Summary data are also included for CFO-PR tested against a 23-function benchmark suite. Two “real world” electromagnetics problem were discussed in detail showing that CFO-PR provides excellent results. On the whole CFO-PR’s performance is quite good across a wide range of optimization problems compared to other highly developed, state-of-the-art algorithms.

Hopefully these results will encourage further work on improved methodologies for injecting pseudorandomness into CFO as well as into inherently stochastic algorithms. Of course, any or all of CFO’s run parameters can be pseudorandomized, not only the three that were considered here. But even with respect to those three parameters, different approaches as to how they are pseudorandomized may yield better results or faster runtimes. There are many fruitful areas of research on CFO, and it is the author’s hope that this and the other CFO papers will provide the foundation and catalyst for that work.

Appendix: The CFO Metaheuristic

CFO searches an N d -dimensional decision space Ω for the global maxima of an objective function f( x 1 , x 2 ,, x N d ) defined on Ω: x i min x i x i max , 1i N d . The x i are the decision variables, and i the coordinate number. The term fitness refers to the value of f( x ) at point x in Ω. There is no a priori information about the objective function’s maxima, that is, f( x ) ’s topology or “landscape” is unknown.

CFO searches Ω by flying “probes” through the space at discrete “time” steps (iterations). Each probe’s location is specified by its position vector computed from two equations of motion that analogize their real-world counterparts for material objects moving through physical space under the influence of gravity without energy dissipation.

Probe p ’s position vector at step j is R j p = k=1 N d x k p,j e ^ k , where the x k p,j are its coordinates and e ^ k the unit vector along the x k -axis. The indices p , 1p N p , and j , 0j N t , respectively, are the probe number and iteration number, where N p and N t are the corresponding total number of probes and total number of time steps.

Equations of Motion. In metaphorical “CFO space” each of the N p probes experiences an acceleration created by the “gravitational pull” of “masses” in Ω. Probe p ’s acceleration at step j1 is given by

a j1 p =G k=1 kp N p U( M j1 k M j1 p ) ( M j1 k M j1 p ) α × R j1 k R j1 p R j1 k R j1 p β , (1)

which is the first of CFO’s two equations of motion. In Equation (1), M j1 p =f( x 1 p,j1 , x 2 p,j1 ,, x N d p,j1 ) is the objective function’s fitness at probe p ’s location at time step j1 . Each of the other probes at that step (iteration) has associated with it fitness M j1 k ,k=1,...,p1,p+1,..., N p . G is CFO’s gravitational constant, and U( ) is the Unit Step function, U( z )={ 1,z0 0,otherwise .

The acceleration a j1 p causes probe p to move from position R j1 p at step j1 to R j p at step j according to the trajectory equation

R j p = R j1 p + 1 2 a j1 p Δ t 2 ,j1 , (2)

which is CFO’s second equation of motion.

The CFO equations of motion, (1) and (2), combine to compute a new probe distribution at each time step using “masses” discovered by the probe distribution at the previous step. Δt is the “time” interval between steps during which the acceleration is constant. Note that CFO’s terminology has no significance beyond being a reflection of CFO’s kinematic roots, as is the factor 1/2 in Equation (2). The gravitational constant, G , and time increment, Δt , have direct analogues in Newton’s equations of motion for real masses moving under real gravity through three-dimensional physical space. The CFO exponents α and β , by contrast, have no analogues in Nature. They provide added flexibility to the algorithm designer who, in metaphorical “CFO space,” is free to change how “gravity” varies with distance, or mass, or both, if doing so creates a more effective algorithm.

Mass. The concept of “mass” in CFO space is very important and quite different than it is in real space. Mass in the physical Universe is an inherent, immutable property of matter, whereas in CFO space it is a positive-definite user-defined function of the objective function’s fitness [not (necessarily) the fitness itself]. For example, in Equation (1) mass is defined as MAS S CFO =U( M j1 k M j1 p ) ( M j1 k M j1 p ) α [difference in fitness values raised to the α power multiplied by the Unit Step]. A different function can be used if it results in a better performing CFO algorithm. In this specific implementation the Unit Step is a critical element because it prevents negative mass. Without the Unit Step CFO mass could be negative depending on which fitness is greater. But mass in the real Universe always is positive, and as a consequence the force of gravity always attractive. By contrast, mass can be positive or negative in metaphorical CFO space, depending on how it is defined, and undesirable effects may result from the wrong definition. Negative mass creates a repulsive gravitational force that flies probes away from maxima instead of toward them, thus defeating the very purpose of the algorithm.

Errant Probes. At any iteration in a CFO run, it is possible that a probe’s acceleration computed from Equation (2) may be too great to keep it inside Ω. If any coordinate x i < x i min or x i > x i max , the probe enters a region of unfeasible solutions that are not valid for the problem at hand. The question is what to do with an errant probe, and it arises in many algorithms. There are many approaches s. While many schemes are possible, a simple, empirically determined one is used here. On a coordinate-by-coordinate basis, probes flying out of the decision space are placed a fraction Δ F rep F rep 1 of the distance between the probe’s starting coordinate and the corresponding boundary coordinate. F rep is the variable “repositioning factor” discussed above. Its value, as well as those of all the CFO parameters, were determined empirically.

Conflicts of Interest

The author declares no conflicts of interest regarding the publication of this paper.

References

[1] Luke, S. (2016) Essentials of Metaheuristics, Online Version 2.3.
https://cs.gmu.edu/~sean/book/metaheuristics/Essentials.pdf
[2] Sörensen, K. (2013) Metaheuristics—The Metaphor Exposed. International Transactions in Operational Research, 22, 3-18.[CrossRef]
[3] Aranha, C. and Campelo, F. (2025) Evolutionary Computation Bestiary.
https://github.com/fcampelo/EC-Bestiary
[4] Formato, R.A. (2007) Central Force Optimization: A New Metaheuristic with Applications in Applied Electromagnetics. Progress in Electromagnetics Research, 77, 425-491.[CrossRef]
[5] Formato, R.A. (2008) Central Force Optimization: A New Nature Inspired Computational Framework for Multidimensional Search and Optimization. In: Studies in Computational Intelligence, Springer, 221-238.[CrossRef]
[6] Formato, R.A. (2009) Central Force Optimisation: A New Gradient-Like Metaheuristic for Multidimensional Search and Optimisation. International Journal of Bio-Inspired Computation, 1, 217-238.[CrossRef]
[7] Formato, R.A. (2009) Central Force Optimization: A New Deterministic Gradient-Like Optimization Metaheuristic. OPSEARCH, 46, 25-51.[CrossRef]
[8] Qubati, G.M., Formato, R.A. and Dib, N.I. (2010) Antenna Benchmark Performance and Array Synthesis Using Central Force Optimisation. IET (U.K.) Microwaves, Antennas & Propagation, 4, 583-592.[CrossRef]
[9] Formato, R.A. (2025) Fano Load Redux: CFO with Negative Gravity. Journal of Applied Mathematics and Physics, 13, 2113-2127.[CrossRef]
[10] Formato, R.A. (2010) Improved CFO Algorithm for Antenna Optimization. Progress in Electromagnetics Research B, 19, 405-425.[CrossRef]
[11] Formato, R.A. (2011) Central Force Optimization with Variable Initial Probes and Adaptive Decision Space. Applied Mathematics and Computation, 217, 8866-8872.[CrossRef]
[12] Formato, R.A. (2010) Parameter-Free Deterministic Global Search with Simplified Central Force Optimization. In: Lecture Notes in Computer Science, Springer, 309-318.[CrossRef]
[13] Qubati, G.M. and Dib, N.I. (2010) Microstrip Patch Antenna Optimization Using Modified Central Force Optimization. Progress in Electromagnetics Research, 21, 281-298.[CrossRef]
[14] Shirey, R. (2025) Internet Security Glossary, Version 2.
https://www.rfc-editor.org/rfc/pdfrfc/rfc4949.txt.pdf
[15] Complete Test Function Data and Source Code Are Available for Download.
https://app.box.com/s/joyx4kmu6sf591wkb297wdwuin8133lt
[16] Ding, D., Luo, X., Chen, J., Wang, X., Du, P. and Guo, Y. (2011) A Convergence Proof and Parameter Analysis of Central Force Optimization Algorithm. Journal of Convergence Information Technology, 6, 16-23.
https://www.researchgate.net/publication/236985390_A_Convergence_Proof_and_Parameter_Analysis_of_Central_Force_Optimization_Algorithm
[17] Formato, R.A. (2010) Central Force Optimization and NEOs-First Cousins? Journal of Multiple-Valued Logic and Soft Computing, 547-565.
https://www.oldcitypublishing.com/journals/mvlsc-home/mvlsc-issue-contents/mvlsc-volume-16-number-6-2010/mvlsc-16-6-p-547-565/
[18] He, S., Wu, Q.H. and Saunders, J.R. (2009) Group Search Optimizer: An Optimization Algorithm Inspired by Animal Searching Behavior. IEEE Transactions on Evolutionary Computation, 13, 973-990.[CrossRef]
[19] Wang, J. (2011) Particle Swarm Optimization with Adaptive Parameter Control and Opposition. Journal of Computational Information Systems, 7, 4463-4470.
[20] Pantoja, M.F., Bretones, A.R. and Martin, R.G. (2007) Benchmark Antenna Problems for Evolutionary Optimization Algorithms. IEEE Transactions on Antennas and Propagation, 55, 1111-1121.[CrossRef]
[21] Burke, G.J. (2025) Numerical Electromagnetics Code—NEC-4, Method of Moments, Part I: User’s Manual and Part II: Program Description—Theory. January 1992, UCRL-MA-109338, Lawrence Livermore National Laboratory, Livermore, California, USA.
https://apps.dtic.mil/sti/pdfs/ADA956129.pdf
[22] Balanis, C.A. (2005) Antenna Theory. 3rd Edition, Wiley.
[23] Formato, R.A. (2012) Improving Bandwidth of Yagi-Uda Arrays. Wireless Engineering and Technology, 3, 18-24.[CrossRef]
[24] Patent No. US8,776,002B2.
https://patents.google.com/patent/US8776002B2/en
[25] Zehforoosh, Y., Ghobadi, C. and Nourinia, J. (2006) Antenna Design for Ultra Wideband Application Using a New Multilayer Structure. PIERS Online, 2, 544-549.[CrossRef]
[26] Formato, R.A. (2011) New Techniques for Increasing Antenna Bandwidth with IMPEDANCE Loading. Progress in Electromagnetics Research B, 29, 269-288.[CrossRef]
[27] Formato, R.A. (2017) Determinism in Electromagnetic Design & Optimization-Part II: BBP-Derived π Fractions for Generating Uniformly Distributed Sampling Points in Global Search and Optimization Algorithms. Forum for Electromagnetic Research Methods and Application Technologies, 19, Article No. 10.
http://www.e-fermat.org/
[28] Formato, R.A. (2017) Determinism in Electromagnetic Design & Optimization-Part I: Central Force Optimization. Forum for Electromagnetic Research Methods and Application Technologies, 19, Article No. 9.
http://www.e-fermat.org/

Copyright © 2026 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.