Effacer les filtres
Effacer les filtres

how to get best 10 fitness values

2 vues (au cours des 30 derniers jours)
SARAH LONER
SARAH LONER le 25 Jan 2020
hello sir,
i got 100*1 values from fitness formula. now i need best of 10 values
how do i get that

Réponse acceptée

Star Strider
Star Strider le 25 Jan 2020
If you have R2017b or later, mink would be easiest. Otherwise, use sort and take the first 10. (This assumes that ‘fitness’ is defined as the minimum value, usually the objective. If it is the maximum, use maxk or sort with the 'descend' option.)

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by