dojeda / nsga2-cpp

NSGA-II Implementation in C++
27 stars 15 forks source link

Binary coding #1

Open eniocc opened 5 years ago

eniocc commented 5 years ago

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

dojeda commented 5 years ago

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

ioligypa-91 commented 4 years ago

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.