Research Article

Time Series Prediction Based on Complex-Valued S-System Model

Algorithm 3

Pseudocode of calculating the fitness of the CVSS model.
Input: real-valued output vector , complex-valued input vector , step size , total time point , CVSS model , and fitness function
Output: fitness of the CVSS model
For t = 1; ; t++ do
convert into real value with Algorithm 2;
end