Currently, there are a few extern functions in cmaes.c (e.g., random_*). Can these be named with a cmaes_ prefix, or otherwise be placed under local visiblity?
If you'd like, I could submit a pull request for the change, but @sherm1 and I would like to know what you think.
We are making good progress incorporating cmaes into simbody; see https://github.com/simbody/simbody/pull/253.
Currently, there are a few extern functions in cmaes.c (e.g.,
random_*
). Can these be named with acmaes_
prefix, or otherwise be placed under local visiblity?If you'd like, I could submit a pull request for the change, but @sherm1 and I would like to know what you think.