SamplingCallback.run
- SamplingCallback.run(input=[], **kwargs)[source]
Run the sampling callback.
For the custom sampling we also can provide as output some value of performance for the acquired samples, as well as vector of valid or not samples. If those are not provided by the functions, they are just added as default values. The order is:
new_samples_dict
,performance
,valid
.