public class TutorialBatchLSEstimator extends Object
Data are read from a YAML file.
| Constructor and Description |
|---|
TutorialBatchLSEstimator() |
| Modifier and Type | Method and Description |
|---|---|
double |
getConvergenceThreshold()
Get the convergence threshold.
|
int |
getMaxEvaluations()
Get the maximum number of evaluations before an exception is thrown.
|
int |
getMaxIterations()
Get the maximum number of iterations before an exception is thrown.
|
TutorialOptimizationEngine |
getOptimizationEngine()
Get the optimization engine.
|
double |
getOrbitalParametersPositionScale()
Get the scaling factor for orbital parameters normalization.
|
void |
setConvergenceThreshold(double convergenceThreshold)
Set the convergence threshold.
|
void |
setMaxEvaluations(int maxEvaluations)
Set the maximum number of evaluations before an exception is thrown.
|
void |
setMaxIterations(int maxIterations)
Set the maximum number of iterations before an exception is thrown.
|
void |
setOptimizationEngine(TutorialOptimizationEngine optimitationEngine)
Set the optimization engine.
|
void |
setOrbitalParametersPositionScale(double orbitalParametersPositionScale)
Set the scaling factor for orbital parameters normalization.
|
public double getOrbitalParametersPositionScale()
public void setOrbitalParametersPositionScale(double orbitalParametersPositionScale)
orbitalParametersPositionScale - scaling factor for orbital parameters normalization (m)public int getMaxIterations()
public void setMaxIterations(int maxIterations)
maxIterations - maximum number of iterations before an exception is thrownpublic int getMaxEvaluations()
public void setMaxEvaluations(int maxEvaluations)
maxEvaluations - maximum number of iterations before an exception is thrownpublic double getConvergenceThreshold()
public void setConvergenceThreshold(double convergenceThreshold)
convergenceThreshold - convergence thresholdpublic TutorialOptimizationEngine getOptimizationEngine()
public void setOptimizationEngine(TutorialOptimizationEngine optimitationEngine)
optimitationEngine - optimization engineCopyright © 2002–2022 CS GROUP. All rights reserved.