Interface VerbosePrint
- All Known Subinterfaces:
IterativeOptimization, LineSearch, UnconstrainedLeastSquares<S>, UnconstrainedLeastSquaresBase<S, FunctionJacobian>, UnconstrainedLeastSquaresSchur<S>, UnconstrainedMinimization
- All Known Implementing Classes:
GaussNewtonBase_F64, LevenbergMarquardt_F64, LineSearchFletcher86, LineSearchMore94, QuasiNewtonBFGS, QuasiNewtonBFGS_to_UnconstrainedMinimization, TrustRegionBase_F64, TrustRegionLeastSqBase_F64, UnconLeastSqLevenbergMarquardt_F64, UnconLeastSqLevenbergMarquardtSchur_F64, UnconLeastSqTrustRegion_F64, UnconLeastSqTrustRegionSchur_F64, UnconMinTrustRegionBFGS_F64
public interface VerbosePrint
Generic interface for implementing verbose output to a
PrintStream.-
Method Summary
Modifier and TypeMethodDescriptionvoidsetVerbose(@Nullable PrintStream out, @Nullable Set<String> configuration) If set to a non-null output then extra information will be printed to the specified stream.
-
Method Details
-
setVerbose
If set to a non-null output then extra information will be printed to the specified stream.- Parameters:
out- Stream that is printed to. Set to null to disableconfiguration- (Future use) Set which specifies flags that can be used to turn on and off different output
-