Matlab solves the optimal solution problem of the multivariate function of the differential evolution algorithm

Matlab solves the problem of the optimal solution of the multivariate function of the
differential evolution algorithm How does the differential evolution algorithm solve the problem of the optimal value of a multivariate function, here is a super ellipsoid function, and the differential evolution algorithm is used to solve his optimal value problem.

clc
clear
 
% DE算法应用---多元函数
%需求:DE算法求解多维函数--以超椭球题函数f(x)=sum(x(i)*2^(i-1

Guess you like

Origin blog.csdn.net/weixin_51631044/article/details/112909481