Google Cloud Ai Platform V1 Client - Class DecayCurveAutomatedStoppingSpec (0.31.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class DecayCurveAutomatedStoppingSpec.

The decay curve automated stopping rule builds a Gaussian Process Regressor to predict the final objective value of a Trial based on the already completed Trials and the intermediate measurements of the current Trial. Early stopping is requested for the current Trial if there is very low probability to exceed the optimal value found so far.

Generated from protobuf message google.cloud.aiplatform.v1.StudySpec.DecayCurveAutomatedStoppingSpec

Namespace

Google \ Cloud \ AIPlatform \ V1 \ StudySpec

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ use_elapsed_duration bool

True if Measurement.elapsed_duration is used as the x-axis of each Trials Decay Curve. Otherwise, Measurement.step_count will be used as the x-axis.

getUseElapsedDuration

True if Measurement.elapsed_duration is used as the x-axis of each Trials Decay Curve. Otherwise, Measurement.step_count will be used as the x-axis.

Returns
TypeDescription
bool

setUseElapsedDuration

True if Measurement.elapsed_duration is used as the x-axis of each Trials Decay Curve. Otherwise, Measurement.step_count will be used as the x-axis.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this