Genetic Algorithm functions unrecognized

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 日

0 投票

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.

カテゴリ

製品

リリース

R2021b

質問済み:

2021 年 12 月 1 日

回答済み:

2021 年 12 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by