Continuation Engine

The engine module provides orchestration layers that combine backends and interfaces for complete continuation workflows.

Base Engine

_ContinuationEngine()

Abstract base class for continuation engines.

class hiten.algorithms.continuation.engine._ContinuationEngine(*, backend, interface=None)[source]

Bases: _HitenBaseEngine

Shared base class for continuation engines.

Parameters:

Orbit Continuation Engine

_OrbitContinuationEngine()

Engine orchestrating periodic orbit continuation via backend and interface.

class hiten.algorithms.continuation.engine._OrbitContinuationEngine(*, backend, interface=None)[source]

Bases: _ContinuationEngine

Engine orchestrating periodic orbit continuation via backend and interface.

Parameters: