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
I am trying to understand the role of setting the extra and extra_vals parameters in something like SRBFStrategy(). It seems like if I append the controller's fevalslist with appropriately populated EvalRecord objects (as shown in this example), the controller is able to leverage this prior information. What is purpose of also setting the extra, extra_vals parameters in SRBFStrategy()?
Regards
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to understand the role of setting the
extra
andextra_vals
parameters in something likeSRBFStrategy()
. It seems like if I append the controller'sfevals
list with appropriately populatedEvalRecord
objects (as shown in this example), the controller is able to leverage this prior information. What is purpose of also setting theextra
,extra_vals
parameters inSRBFStrategy()
?Regards
The text was updated successfully, but these errors were encountered: