0
User
Recs.
Recs.
7
Updates
Last
Updated
Updated
Activity
6 Options
SpecsUpdate
Pros
Know any positive aspects of this option?
Cons
Con Occasionally odd python interface
Python is a thin wrapper around a C++ core. This makes usage a bit odd in some cases. For example:
params = {
'n_iterations' : 50,
'n_init_samples' : 20,
's_name' : "sGaussianProcessNormal",
'c_name' : "cHedge(cEI,cLCB,cExpReturn,cOptimisticSampling)"
} You have a C++ function call listed in a python str: "cHedge(cEI,cLCB,cExpReturn,cOptimisticSampling)"
Know any negative aspects of this option?
Comments
