openGA
openGA copied to clipboard
A free C++ Genetic Algorithm library
The title says it all. The problem can be easily reproduced in the rather sloppy code below. I think the problem is simple, as I also wrote in pull request...
moved update of last_generation inside if(!user_request_stop) block for solve_next_generation function This should prevent last_generation instance from being overwritten by incomplete new_generation
Hi, Arash. Do you have some examples with high-dimensional optimization variables like 100 or 1000?
Generally i saw there is minimizing cost example. Are there any maximizing cost (target) example? Or which function i have to override for that? thanks in advance
It would be nice to have a package able to compile using Microsoft Visual Studio.
Hi, thanks for this great tool and contribution. Why hasn't this instance converged? After multiple runs, the optimal samples were not retained. Even when the optimal samples appeared during the...
Hello, I wonder if this library can be used for grouping problems. In my understanding Graph Coloring problem (edges, not vertices) can be summarized as grouping problem with some restrictions....
Hi, I believe that the code does not work properly when providing a used defined initial population. According to my tests, whatever the size of the user defined population, it...