Hi! I am using CUDA-8.0. I intend to use this library for parallel PSO in my thesis project. I am unable to do so. When I try to use it gives following output. [ 6%] Building NVCC (Device) object CMakeFiles/CudaOptimize.dir/CudaOptimize_generated_cudaDE.cu.o nvcc fatal : Unsupported gpu architecture 'compute_13' CMake Error at CudaOptimize_generated_cudaDE.cu.o.cmake:207 (message): Error generating /home/coea/Desktop/PSO Cuda/libCudaOptimize-1.0.0-src/build/CMakeFiles/CudaOptimize.dir//./CudaOptimize_generated_cudaDE.cu.o...
In your case, problem dimension = number of variables = 125. number of solution =...
Thanks. Could you clarify 3 parameters: Problem Dimension & Number of solution ?...
There's a method specifically for that: const float* bestSolution = optimizer.getBestSolution(0);...
Hello, What should be the best way to get the best solution found? We have various...
YN: Fixing a bug with calling SolutionSet::getH...
Changed order of headers in SS_Optimizer.cu (se...
Random init now uses milliseconds.