Package | Description |
---|---|
agi.foundation.segmentpropagation |
Contains types for modeling a trajectory in segments, where the type of propagation varies for each segment.
|
Modifier and Type | Method and Description |
---|---|
DelegateBasedVariable<InitialStateSegmentConfiguration> |
InitialStateSegment.createVariable(double maximumStep,
double perturbation,
SetVariableCallback<T> setter)
Creates a
DelegateBasedVariable based on this segments configuration, which is
the state that will be returned when this segment is propagated. |
DelegateBasedVariable<InitialStateSegmentConfiguration> |
InitialStateSegment.createVariable(double maximumStep,
double perturbation,
SetVariableCallback<T> setter,
SolverVariableScaling scaling)
Creates a
DelegateBasedVariable based on this segments configuration, which is
the state that will be returned when this segment is propagated. |
Constructor and Description |
---|
InitialStateSegmentConfiguration(InitialStateSegmentConfiguration existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|