Skip to main content
. 2023 Feb 9;25(2):317. doi: 10.3390/e25020317
Algorithm 3 Pseudo-code for constructing a local radial basis function model.
  •   1:

    if update the local surrogate model then

  •   2:

          The information of the local surrogate model at this time is kept for the add-point strategy;

  •   3:

    end if

  •   4:

    for each xit do

  •   5:

          Use Euclidean distance to find the n nearest neighbors of the individual from the database and form the set NPi;

  •   6:

    end for

  •   7:

    Merge the sets generated by each individual to form the training set NP;

  •   8:

    Constructing a new local surrogate model with the training set NP;