Is there a possibility to explicictly control / specify the number of processes / CPU threads that are used when running survivalsvm?
I realized that running survivalsvm::survivalsvm() with the argument opt.meth = "ipop" uses all available CPU resources, whereas running it with opt.meth = "quadprog" seems use one CPU thread only.
Many thanks in advance.
Is there a possibility to explicictly control / specify the number of processes / CPU threads that are used when running
survivalsvm?I realized that running
survivalsvm::survivalsvm()with the argumentopt.meth = "ipop"uses all available CPU resources, whereas running it withopt.meth = "quadprog"seems use one CPU thread only.Many thanks in advance.