I want to apply nsga-iii algorithm on to a dataset for feature selection, could anyone here help me with this. i have code for nsga-ii in matlab and dataset in excel file(some attack data).
You can read the Microsoft Excel spreadsheet files by MATLAB function xlsread (https://www.mathworks.com/help/matlab/ref/xlsread.html) and then use your nsga-ii code.
I have that code in matlab, but its not using any dataset there. Could you please tell me how can I apply that code to my dataset which is in excel sheet.