TimeIntervalFinder Properties |
The TimeIntervalFinder type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConstraintValue |
Gets or sets the desired constraint value.
|
![]() | DebuggingLogger |
Gets or sets a logger to which debugging information will be written.
|
![]() | ExtremaCrossingUncertaintyFactor |
Gets or sets a value determining how finely to explore an extremum with the potential to cross a threshold.
This value is passed along to the property of the same name
on the JulianDateFunctionExplorer.
|
![]() | Function |
Gets or sets the function to evaluate.
|
![]() | MultithreadFindIntervals |
Gets or sets a value indicating whether or not a call to FindIntervals(JulianDate, JulianDate, ITrackCalculationProgress) should
be run in multithreaded mode.
|
![]() | Sampler |
Gets or sets the sampler that controls the times at which the function is sampled
while searching for satisfaction intervals. Consider using
JulianDateFunctionSampling and GetFunctionSampler().
If this property is null, the function is sampled at fixed steps
defined by the SamplingInterval property.
|
![]() | SamplingInterval | |
![]() | TimeTolerance |
Gets or sets the convergence tolerance on the time when finding function extremum
and crossings of the constraint threshold.
|
![]() | ValueTolerance |
Gets or sets the convergence tolerance on the function value when finding function
extremum and crossings of the constraint threshold.
|