Azzera filtri
Azzera filtri

how to get best 10 fitness values

2 visualizzazioni (ultimi 30 giorni)
SARAH LONER
SARAH LONER il 25 Gen 2020
Risposto: Star Strider il 25 Gen 2020
hello sir,
i got 100*1 values from fitness formula. now i need best of 10 values
how do i get that

Risposta accettata

Star Strider
Star Strider il 25 Gen 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.)

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by