SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor Class Reference
Inheritance diagram for python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor:

Public Member Functions

 __init__ (self)
 
 create (self)
 
 withAccuracyLimit (self, limit)
 
 withAdaptiveIterationLimit (self, limit)
 
 withGridSizeLimit (self, limit)
 

Public Attributes

 policy
 

Detailed Description

TrainingStopPolicy Descriptor helps to implement fluid interface patter on
python it encapsulates functionality concerning creation of the training
stop policy

Constructor & Destructor Documentation

◆ __init__()

python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.__init__ (   self)
Constructor

Member Function Documentation

◆ create()

python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.create (   self)

◆ withAccuracyLimit()

python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.withAccuracyLimit (   self,
  limit 
)
Defines the accuracy for test data, which have to be arrived
@param limit: float for accuracy

References python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.policy.

◆ withAdaptiveIterationLimit()

python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.withAdaptiveIterationLimit (   self,
  limit 
)
Defines the maximal number of refinement steps
@param limit: integer for maximal number of refinement steps

References python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.policy.

◆ withGridSizeLimit()

python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.withGridSizeLimit (   self,
  limit 
)
Defines the maximal number of points on grid
@param limit: integer for maximal number of points on grid

References python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.policy.

Member Data Documentation

◆ policy


The documentation for this class was generated from the following file: