Genetic Algorithm functions unrecognized

1 次查看(过去 30 天)
I have this code for a knaspack problem and the function of selection causes me an error. I dont know why.

回答(1 个)

Walter Roberson
Walter Roberson 2021-12-1
After line 201
nueva2=nueva1;
there should be an end statement before the next line
function [nueva]= selection(poblacioninicial,fitvalue)
and there should be one fewer end statements at the bottom of the file.

类别

Help CenterFile Exchange 中查找有关 Genetic Algorithm 的更多信息

产品


版本

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by