RAPter icon indicating copy to clipboard operation
RAPter copied to clipboard

The time consuming of rapter

Open Liu-lxq opened this issue 6 years ago • 1 comments

I ran almost three hours of rapter.py under /RAPter/scripts with the scene "Nola" by using the command "python rapter.py -s 0.05". Is this normal?

Liu-lxq avatar Mar 30 '18 12:03 Liu-lxq

Yes, it's solving a few, quite large binary quadratic optimization problems, the 'max' equations are expensive to compute (it's also a 3 years old implementation, could be sped up on the GPU today). Try compiling Bonmin with Pardiso and SuiteSparse's GPU-based matrix algebra toolbox, it can get you 20-30% speedup.

amonszpart avatar Mar 30 '18 12:03 amonszpart