| Algorithm 1: Main Procedure of the Proposed NTSEA |
| Input: population size N, maximum function evaluations ( ) |
| Output: the final population P |
| 1: |
| 2:Generate N uniformly distributed m dimensional unit vectors as |
| 3: |
| 4: while do |
| 5: Grid setting for P |
| 6: Fitness assignment for P |
| 7: |
| 8: |
| 9: |
| 10: |
| 11: end while |