The two elements
Both take the same
objectives and parameters as a DataFit. They accept
only a PointEstimate optimizer, because they analyse a fit rather than
performing one.
Adding analysis to a pipeline
Place the analysis element after the fit it analyses. When its objectives and parameters match the fit’s, it picks up the fitted point automatically — you do not restate the values:Reading the results
Each element returns a typed result, reachable off the pipeline result rather than by reading raw job metadata:Sobol sensitivity is a sampling method, so its cost grows with the number of
parameters and the sample count. Start with a small parameter set and widen it
once you know which parameters matter.