ConstantExtrapolationPredictor

Source: models/common/ConstantExtrapolationPredictor.py

Initial guess for an implicit update: each unknown takes its ~1 value.

For an ImplicitUpdate with unknowns {u_i}, this predictor reads u_i~1 and outputs \(u_i\). Used by ImplicitUpdate to seed Newton. Matches the C++ ConstantExtrapolationPredictor HIT signature.

Other options

unknowns_SR2list

The unknowns to extrapolate of type SR2

unknowns_Scalarlist

The unknowns to extrapolate of type Scalar

unknowns_MRPlist

The unknowns to extrapolate of type MRP

unknowns_R2list

The unknowns to extrapolate of type R2