Solution Report<T, TError> Class
Represents the result of running a ManagedIterativeAlgorithm<T, TError, TReport>.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
[SerializableAttribute]
public class SolutionReport<T, TError> : ISummarizable
- Inheritance
- Object → SolutionReport<T, TError>
- Derived
- Implements
- ISummarizable
Type Parameters
- T
- The type of the result of the algorithm.
- TError
- The type of the error.
Remarks
Use the SolutionReport<T> class to access the result of running a ManagedIterativeAlgorithm<T, TError, TReport>.
Constructors
Solution | Constructs a new solution report. |
Solution | Constructs a new SolutionReport<T> object. |
Solution | Constructs a new SolutionReport<T> object. |
Properties
Convergence | Returns the ConvergenceTest<T> that caused the result. |
Error | Gets the estimated error in the result. |
Evaluations | Gets the number of times the target or objective function was called by the algorithm. |
Iterations | Gets the number of iterations performed by the algorithm. |
Result | Gets the result of the algorithm. |
Status | Gets the termination status of the algorithm. |
Methods
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
Summarize() | Returns a string containing a human-readable summary of the object using default options. |
Summarize( | Returns a string containing a human-readable summary of the object using the specified options. |
ToString | Returns a string that represents the current object. (Overrides Object.ToString()) |