Fork me on GitHub

bolero.behavior_search.JustOptimizer

class bolero.behavior_search.JustOptimizer(optimizer)[source]

Wrap only the optimizer.

Internally, we use a behavior that only returns the parameter vector that has been generated by the optimizer.

Parameters:
optimizer : dict or Optimizer

A black-box optimizer that is given directly or fully specified by a configuration dictionary.

__init__(optimizer)[source]
get_args()

Get parameters for this estimator.

Returns:
params : mapping of string to any

Parameter names mapped to their values.