how to get best 10 fitness values

2 次查看(过去 30 天)
hello sir,
i got 100*1 values from fitness formula. now i need best of 10 values
how do i get that

采纳的回答

Star Strider
Star Strider 2020-1-25
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.)

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by