Class: Google::Cloud::AIPlatform::V1::StudySpec::DecayCurveAutomatedStoppingSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/study.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#use_elapsed_duration::Boolean



521
522
523
524
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 521

class DecayCurveAutomatedStoppingSpec
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end