Class StudySpec.DecayCurveAutomatedStoppingSpec

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1.StudySpec.DecayCurveAutomatedStoppingSpec
All Implemented Interfaces:
StudySpec.DecayCurveAutomatedStoppingSpecOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
StudySpec

public static final class StudySpec.DecayCurveAutomatedStoppingSpec extends com.google.protobuf.GeneratedMessage implements StudySpec.DecayCurveAutomatedStoppingSpecOrBuilder
 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.
 
Protobuf type google.cloud.aiplatform.v1.StudySpec.DecayCurveAutomatedStoppingSpec
See Also:
  • Field Details

    • USE_ELAPSED_DURATION_FIELD_NUMBER

      public static final int USE_ELAPSED_DURATION_FIELD_NUMBER
      See Also:
  • Method Details