how to get best 10 fitness values

2 views (last 30 days)
hello sir,
i got 100*1 values from fitness formula. now i need best of 10 values
how do i get that

Accepted Answer

Star Strider
Star Strider on 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.)

More Answers (0)

Community Treasure Hunt

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

Start Hunting!