orbithunter.core.Orbit.increment

Orbit.increment(other, step_size=1, **kwargs)[source]

Incrementally add Orbit instances together

Parameters
otherOrbit

Represents the values to increment by.

step_sizefloat

Multiplicative factor for step size.

Returns
Orbit :

New instance incremented by other instance’s values.

Notes

Typically when this method is called, self is the current iterate and other is an optimization correction.