Results 25 comments of Dimitar Stanev

I can't figure out where it gets stuck, but I will have a look again. I have used Simobody's CMAES. p is the number of control nodes per muscle, so...

It seems that a bad initialization of the parameter space, and the default standard deviation of CMAES can cause this problem. A proper initialization of the CMAES will not cause...

@chrisdembia Correct me if I am wrong but it seems that the init_stepsize is the same for all variables. Since this parameter is essential, this may be problematic in case...

@chrisdembia I have implemented a Vector set, get advanced option and fixed this issue. I will see if any other optimization parameter should be exposed and will post a pull...

Yes, but is it possible to have a variable length cylinder?

Hi, I am not getting the same behavior on archlinux or ubuntu 18.04 which I tested. This happens only when I try to build a docker from file. This is...

Yes, I tried this also without success.

Hi @aymanhab. Sorry, I just spotted this. I would be glad to help, but I am not sure that I understood the issue. Do you want to pack adolc within...

I see. I am not sure how things work on Mac, but on Linux, the philosophy is a bit different. We typically set the LD_LIBRARY_PATH to point to the new...

Also, CMake has the [CMAKE_BUILD_WITH_INSTALL_RPATH](https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_WITH_INSTALL_RPATH.html). This is set in combination with `CMAKE_INSTALL_RPATH`. Do you think this might be useful?