Research Article

Predict the Entrepreneurial Intention of Fresh Graduate Students Based on an Adaptive Support Vector Machine Framework

Algorithm 1

Procedure of SCA.
Begin
  Initialize a set of search agents (solution) (X)
  Do
   Evaluate each of the search agents by the objective function
   Update the best solution obtained so far (P=)
   Update r1, r2, r3, and r4
   Update the position of search agents using Eq. (4)
  While (t < maximum number of generations)
  Return the best solution obtained so far as the global optimum
End