Skip to content

Releases: ceandrade/brkga_mp_ipr_cpp

New API, code modernization, performance improvements

29 Sep 13:49
Compare
Choose a tag to compare

This version brings updates in the API, making it very easy to take
advantage of all BRKGA-MP-IPR features at once. This is accomplished by
method run(), and the new control parameters, which now can persist in
the configuration file together with the algorithm parameters. We also
modernized the code to C++20 with some performance gains. The
documentation was enhanced and now covers 100% of the code.