Package pulse.tasks.processing
Lists classes for storing runtime information, storing and
ordering of final execution results, storing intermediate results of
execution to check convergence.
-
Class Summary Class Description AbstractResult AnAbstractResult
is either an individual, independentResult
, aResult
that forms a part of theAverageResult
, or theAverageResult
, which combines otherResult
s.AverageResult AnAverageResult
is obtained by averaging a list ofAbstractResult
s and calculating the associated errors of averaging.Buffer ABuffer
is used to estimate the convergence of the reverse problem solution, by comparing the variance of the properties to a pre-specified error tolerance.CorrelationBuffer Result The individualResult
that is associated with aSearchTask
.ResultFormat A singletonResultFormat
, which contains a list ofNumericPropertyKeyword
s used for identification ofNumericPropert
ies.