Simple utility to query the supported profile integration methods.
profitAvailableIntegrators()
The output is a vector of strings with all the supported
integration method names. Currently, these are "brute" and
"opencl", for consistency with profitAvailableConvolvers
.
These values are not yet passed directly to profitMakeModel
,
but indirectly via OpenCL environment variables.
# NOT RUN {
profitAvailableConvolvers()
# }
Run the code above in your browser using DataLab