smac.runhistory.encoder.sqrt_scaled_encoder

Classes

RunHistorySqrtScaledEncoder(*args, **kwargs)

Interfaces

class smac.runhistory.encoder.sqrt_scaled_encoder.RunHistorySqrtScaledEncoder(*args, **kwargs)[source]

Bases: RunHistoryEncoder

transform_response_values(values)[source]

Transform the response values by linearly scaling them between zero and one and then using the square root.

Return type:

ndarray