nsga2-cpp icon indicating copy to clipboard operation
nsga2-cpp copied to clipboard

Binary coding

Open eniocc opened this issue 7 years ago • 2 comments

Every time I tried to use it with a binary problem I recieve an error when call nsgas.evolve(). Is this a know bug?

eniocc avatar Feb 21 '19 01:02 eniocc

Sorry, I haven't used nsga2 in over 6 years, and even on that time, I did not work on binary problems.

dojeda avatar Feb 21 '19 16:02 dojeda

Hi! Did you ever have problems with elitism in your implementation? Maybe I am doing something wrong, but I observe that the best individual is not kept from generation to generation, for the application I am using the NSGA-II.

ioligypa-91 avatar Nov 10 '19 13:11 ioligypa-91