Hey everyone,
currently I am developing a genetic optimizer for solving large-scale instances of the capacitated multiple-depot vehicle routing problem, which is a generalization of the famous traveling salesman problem (TSP). The package is called vrpoptima and is hosted here: https://gitlab.com/vikplamenov/vrpoptima
I am looking for people who might be interested in combinatorial optimization and R in order to test and extend the package as currently R does not support solutions for this type of NP-hard problems, while the OR-Tools in Python does provide similar functionality. In case anyone is interested, please let me know.
Cheers,
Viktor