Closed antoinecollet5 closed 2 years ago
In the master implementation, the dimension of the optimized parameter vector must be known at compile time when using CMAES-B, while it is not the case for LBFGS-B for instance. This is due to the TMatrix definition which is partially FIXED_SIZED.
I wonder if it is a big deal to make is dynamic ?
In the master implementation, the dimension of the optimized parameter vector must be known at compile time when using CMAES-B, while it is not the case for LBFGS-B for instance. This is due to the TMatrix definition which is partially FIXED_SIZED.
I wonder if it is a big deal to make is dynamic ?