public ParameterIdentificationRunState(ParameterIdentificationRunResult runResult, OptimizationRunResult currentResult, IReadOnlyList <float> errorHistory, IReadOnlyCollection <IdentificationParameterHistory> parametersHistory) { RunResult = runResult; ErrorHistory = errorHistory; ParametersHistory = parametersHistory; CurrentResult = currentResult; }
public void AddResult(ParameterIdentificationRunResult runResult) { _results.Add(runResult); HasChanged = true; }