Custom creation function for GA
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hari
il 22 Set 2022
Risposto: Walter Roberson
il 22 Set 2022
The calling syntax for cutom creation function is
function Population = myfun(GenomeLength, FitnessFcn, options)
How can I add an extra parameter as Input to the function?
0 Commenti
Risposta accettata
Walter Roberson
il 22 Set 2022
'CreationFcn', @(GenomeLength, FitnessFcn, options) myfun(GenomeLength, FitnessFcn, options, ExtraParameter)
0 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!