public class JacobianPropagatorConverter extends AbstractPropagatorConverter
Constructor and Description |
---|
JacobianPropagatorConverter(NumericalPropagatorBuilder builder, double threshold, int maxIterations)
简单构造函数。
|
Modifier and Type | Method and Description |
---|---|
protected org.hipparchus.optim.nonlinear.vector.leastsquares.MultivariateJacobianFunction |
getModel()
获取在样本点计算位置/速度的函数的雅可比矩阵。
|
protected org.hipparchus.analysis.MultivariateVectorFunction |
getObjectiveFunction()
获取在样本点计算位置/速度的函数。
|
convert, convert, convert, convert, getAdaptedPropagator, getEvaluations, getFrame, getRMS, getSample, getTargetSize, isOnlyPosition
public JacobianPropagatorConverter(NumericalPropagatorBuilder builder, double threshold, int maxIterations)
builder
- 适应传播器的构建器,必须配置为生成OrbitType.CARTESIAN
状态
threshold
- 优化算法的绝对阈值
maxIterations
- 拟合的最大迭代次数
protected org.hipparchus.analysis.MultivariateVectorFunction getObjectiveFunction()
getObjectiveFunction
在类 AbstractPropagatorConverter
中
protected org.hipparchus.optim.nonlinear.vector.leastsquares.MultivariateJacobianFunction getModel()
getModel
在类 AbstractPropagatorConverter
中
Copyright © 2002-2023 CS GROUP. All rights reserved.