SG++-Doxygen-Documentation
|
Public Member Functions | |
def | __init__ (self) |
def | create (self) |
def | withAccuracyLimit (self, limit) |
def | withAdaptiveIterationLimit (self, limit) |
def | 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
def python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.__init__ | ( | self | ) |
Constructor
def python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.create | ( | self | ) |
References sgpp::combigrid::TreeStorageGuidedIterator< T >.policy, and python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.policy.
def 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 sgpp::combigrid::TreeStorageGuidedIterator< T >.policy, and python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.policy.
def 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 sgpp::combigrid::TreeStorageGuidedIterator< T >.policy, and python.uq.sampler.asgc.ASGCSamplerBuilder.ASGCSamplerStopPolicyDescriptor.policy.
def 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 sgpp::combigrid::TreeStorageGuidedIterator< T >.policy, and 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().