Class PythonBatchLSObserver

    • Constructor Detail

      • PythonBatchLSObserver

        public PythonBatchLSObserver()
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
        Part of JCC Python interface to object
      • pythonExtension

        public long pythonExtension()
        Part of JCC Python interface to object
      • pythonDecRef

        public void pythonDecRef()
        Part of JCC Python interface to object
      • evaluationPerformed

        public void evaluationPerformed​(int iterationsCount,
                                        int evaluationsCount,
                                        Orbit[] orbits,
                                        ParameterDriversList estimatedOrbitalParameters,
                                        ParameterDriversList estimatedPropagatorParameters,
                                        ParameterDriversList estimatedMeasurementsParameters,
                                        EstimationsProvider evaluationsProvider,
                                        LeastSquaresProblem.Evaluation lspEvaluation)
        Notification callback for the end of each evaluation. Extension point for Python.
        Specified by:
        evaluationPerformed in interface BatchLSObserver
        Parameters:
        iterationsCount - iterations count
        evaluationsCount - evaluations count
        orbits - current estimated orbits
        estimatedOrbitalParameters - estimated orbital parameters
        estimatedPropagatorParameters - estimated propagator parameters
        estimatedMeasurementsParameters - estimated measurements parameters
        evaluationsProvider - provider for measurements evaluations resulting from the current estimated orbit (this is an unmodifiable view of the current evaluations, its content is changed at each iteration)
        lspEvaluation - current evaluation of the underlying least squares problem