bolero.environment
.ContextualObjectiveFunction¶bolero.environment.
ContextualObjectiveFunction
(name='LinearContextualSphere', n_params=1, n_context_dims=1, random_state=None, **kwargs)[source]¶Artificial contextual benchmark function.
Parameters: |
|
---|
__init__
(name='LinearContextualSphere', n_params=1, n_context_dims=1, random_state=None, **kwargs)[source]¶get_args
()¶Get parameters for this estimator.
Returns: |
|
---|
is_behavior_learning_done
()[source]¶Check if the behavior learning is finished.
Returns: |
|
---|
request_context
(context=None)[source]¶Request that a specific context is used.
Parameters: |
|
---|---|
Returns: |
|