DBHIterative Process
abstract class DBHIterativeProcess(maxIter: Int = 100, desiredPrec: Double = KSLMath.defaultNumericalPrecision)(source)
An iterative process is a general structure managing iterations.
This is based on the IterativeProcess class of Didier Besset in "Object-Oriented Implementation of Numerical Methods", Morgan-Kaufmann
Inheritors
Properties
Functions
Link copied to clipboard
Evaluate the result of the current iteration.
Link copied to clipboard
Perform eventual clean-up operations (must be implemented by subclass when needed).
Link copied to clipboard
Check to see if the result has been attained.
Link copied to clipboard
Initializes internal parameters to start the iterative process.
Link copied to clipboard