vinecopulib / vinecopulib

A C++ library for vine copula models (w/ interfaces to R + Python)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

remove unique_ptr to ThreadPool

tnagler opened this issue · comments

The internal ThreadPool can be constructed using an initializer list in StructureSelector constructor, no need for the pointer.