![]() |
SG++-Doxygen-Documentation
|
Public Member Functions | |
__init__ (self) | |
create (self) | |
withAccuracyLimit (self, limit) | |
withAdaptiveIterationLimit (self, limit) | |
withGridSizeLimit (self, limit) | |
Public Attributes | |
policy | |
TrainingStopPolicy Descriptor helps to implement fluid interface patter on python it encapsulates functionality concerning creation of the training stop policy
python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.__init__ | ( | self | ) |
Constructor
python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.create | ( | self | ) |
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.
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.
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.
python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.policy |
Referenced by python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.create(), python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.withAccuracyLimit(), python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.withAdaptiveIterationLimit(), and python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.withGridSizeLimit().