代码搜索:MATLAB LMD

找到约 10,000 项符合「MATLAB LMD」的源代码

代码结果 10,000
www.eeworm.com/read/308998/13684317

m matlab遗传算法pmx变换的源代码.m

% PMX means Goldberg's Partially Mapped CroSsover) % Procedure :PMX % Step1. Select two positions along the string uniformly at random. % The substrings defined by the two positions are call
www.eeworm.com/read/308994/13684711

m matlab遗传算法ox变换的源代码.m

%OX represent Davis's Order Crossover %OX was proposed by Davis. It can be viewed as a kind of variation of PMX with a different repairing procedure. %OX works as follows: % %Procedure: OX %Step
www.eeworm.com/read/308991/13684713

m matlab遗传算法cyclicxover变换的源代码.m

% CX means Olives, Smith, and Hollands' Cycle Crossover(CX) % Procedure :CX % Step1. Find the cycle which is defined by the corresponding positions of cities between parents % Step2. Copy the citie