SG++-Doxygen-Documentation
|
Public Member Functions | |
def | __init__ (self) |
def | getDim (self) |
def | getKnowledgeTypes (self) |
def | getParameters (self) |
def | getQoI (self) |
def | getRefinement (self) |
def | getTimeStepsOfInterest (self) |
def | setKnowledgeTypes (self, value) |
def | setParameters (self, value) |
def | setQoI (self, value) |
def | setRefinement (self, value) |
def | setTimeStepsOfInterest (self, value) |
Collection of parameters, which specify the ASGC process. An object of the class is aggregated by the ASGC object.
def python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.__init__ | ( | self | ) |
References python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.__knowledgeTypes, python.uq.analysis.asgc.ASGCAnalysisSpecification.ASGCAnalysisSpecification.__params, python.uq.estimators.SparseGridEstimator.SparseGridEstimator.__params, python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.__params, python.uq.analysis.mc.MCAnalysis.MCAnalysis.__params, python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis.__params, python.uq.analysis.asgc.anova.hdmrAnalytic.HDMRAnalytic.__params, python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.__timeStepsOfInterest, python.uq.analysis.asgc.ASGCAnalysisSpecification.ASGCAnalysisSpecification.__timeStepsOfInterest, python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification._qoi, python.uq.analysis.asgc.ASGCAnalysisSpecification.ASGCAnalysisSpecification._qoi, python.uq.analysis.Analysis.Analysis._qoi, python.uq.analysis.asgc.ASGCAnalysisSpecification.ASGCAnalysisSpecification._refinement, and python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification._refinement.
def python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.getDim | ( | self | ) |
References python.uq.analysis.asgc.ASGCAnalysisSpecification.ASGCAnalysisSpecification.__params, python.uq.estimators.SparseGridEstimator.SparseGridEstimator.__params, python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.__params, python.uq.analysis.mc.MCAnalysis.MCAnalysis.__params, python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis.__params, and python.uq.analysis.asgc.anova.hdmrAnalytic.HDMRAnalytic.__params.
Referenced by python.uq.dists.SGDEdist.SGDEdist.__str__(), python.uq.parameters.ParameterSet.ParameterSet.extractActiveSubset(), python.uq.dists.KDEDist.KDEDist.getBandwidths(), and python.uq.uq_setting.UQSetting.UQSetting.getDim().
def python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.getKnowledgeTypes | ( | self | ) |
References python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.__knowledgeTypes.
Referenced by python.uq.learner.SimulationLearner.SimulationLearner.getLearner(), and python.uq.manager.ASGCUQManager.ASGCUQManager.runNextSamples().
def python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.getParameters | ( | self | ) |
References python.uq.analysis.asgc.ASGCAnalysisSpecification.ASGCAnalysisSpecification.__params, python.uq.estimators.SparseGridEstimator.SparseGridEstimator.__params, python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.__params, python.uq.analysis.mc.MCAnalysis.MCAnalysis.__params, python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis.__params, and python.uq.analysis.asgc.anova.hdmrAnalytic.HDMRAnalytic.__params.
Referenced by python.uq.learner.SimulationLearner.SimulationLearner.getLearner().
def python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.getQoI | ( | self | ) |
References python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification._qoi, python.uq.analysis.asgc.ASGCAnalysisSpecification.ASGCAnalysisSpecification._qoi, and python.uq.analysis.Analysis.Analysis._qoi.
Referenced by python.uq.learner.SimulationLearner.SimulationLearner.setDataContainer(), and python.uq.learner.SimulationLearner.SimulationLearner.updateResults().
def python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.getRefinement | ( | self | ) |
References python.uq.analysis.asgc.ASGCAnalysisSpecification.ASGCAnalysisSpecification._refinement, and python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification._refinement.
Referenced by python.uq.learner.SimulationLearner.SimulationLearner.refineGrid().
def python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.getTimeStepsOfInterest | ( | self | ) |
References python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.__timeStepsOfInterest, and python.uq.analysis.asgc.ASGCAnalysisSpecification.ASGCAnalysisSpecification.__timeStepsOfInterest.
Referenced by python.uq.learner.SimulationLearner.SimulationLearner.refineGrid(), and python.uq.learner.SimulationLearner.SimulationLearner.setDataContainer().
def python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.setKnowledgeTypes | ( | self, | |
value | |||
) |
References python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.__knowledgeTypes.
def python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.setParameters | ( | self, | |
value | |||
) |
References python.uq.analysis.asgc.ASGCAnalysisSpecification.ASGCAnalysisSpecification.__params, python.uq.estimators.SparseGridEstimator.SparseGridEstimator.__params, python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.__params, python.uq.analysis.mc.MCAnalysis.MCAnalysis.__params, python.uq.analysis.asgc.ASGCAnalysis.ASGCAnalysis.__params, and python.uq.analysis.asgc.anova.hdmrAnalytic.HDMRAnalytic.__params.
def python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.setQoI | ( | self, | |
value | |||
) |
References python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification._qoi, python.uq.analysis.asgc.ASGCAnalysisSpecification.ASGCAnalysisSpecification._qoi, and python.uq.analysis.Analysis.Analysis._qoi.
def python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.setRefinement | ( | self, | |
value | |||
) |
References python.uq.analysis.asgc.ASGCAnalysisSpecification.ASGCAnalysisSpecification._refinement, and python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification._refinement.
def python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.setTimeStepsOfInterest | ( | self, | |
value | |||
) |
References python.uq.learner.SimulationLearnerSpecification.SimulationLearnerSpecification.__timeStepsOfInterest, and python.uq.analysis.asgc.ASGCAnalysisSpecification.ASGCAnalysisSpecification.__timeStepsOfInterest.