You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not possible to manually provide the initProb input, either, because gaussian_init is not exported:
require('ocp')
#> Loading required package: ocpempty_ocpd<- initOCPD(dims=5, initProb=rep(ocp::gaussian_init, 5))
#> Error: 'gaussian_init' is not an exported object from 'namespace:ocp'
If you simply have
dims > 1
, and no other parameters, you get:Created on 2021-02-19 by the reprex package (v1.0.0)
It's not possible to manually provide the
initProb
input, either, becausegaussian_init
is not exported:Created on 2021-02-19 by the reprex package (v1.0.0)
The text was updated successfully, but these errors were encountered: