jMetal / jMetalCpp

A C++ version of jMetal, a Java framework aimed at multi-objective optimization with metaheuristics.
64 stars 34 forks source link

fixed error in gGAbin_main.cpp and NSGAIIbin_main.cpp #16

Closed jfrchicanog closed 4 years ago

jfrchicanog commented 4 years ago

Less memory was reserved in the modified lines and a buffer overflow error was raised at runtime in some systems.

jfrchicanog commented 4 years ago

There was a problem in SinglePointCrossover, the total number of bits was not correctly counted in line 69.