Interface LeastSquaresConverterObserver


public interface LeastSquaresConverterObserver
Observer for least squares converter iterations.

This interface is intended to be implemented by users to monitor the progress of the converter during conversion.

Since:
14.0
Author:
Nicolas Kaikati
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    evaluationPerformed(int iterationsCounts, int evaluationCounts, Orbit currentMeanOrbit, LeastSquaresProblem.Evaluation evaluation)
    Notification callback after each one of a least squares conversion.
  • Method Details

    • evaluationPerformed

      void evaluationPerformed(int iterationsCounts, int evaluationCounts, Orbit currentMeanOrbit, LeastSquaresProblem.Evaluation evaluation)
      Notification callback after each one of a least squares conversion.
      Parameters:
      iterationsCounts - number of iterations performed so far
      evaluationCounts - number of evaluations performed so far
      currentMeanOrbit - current mean orbit
      evaluation - current evaluation