SystemObject Extreme.MathematicsSolutionReportT, TError Extreme.Mathematics.OptimizationOptimizationSolutionReport Extreme.MathematicsSolutionReportT
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
[SerializableAttribute]
public class SolutionReport<T, TError> : ISummarizable
<SerializableAttribute>
Public Class SolutionReport(Of T, TError)
Implements ISummarizable
[SerializableAttribute]
generic<typename T, typename TError>
public ref class SolutionReport : ISummarizable
[<SerializableAttribute>]
type SolutionReport<'T, 'TError> =
class
interface ISummarizable
end
Type Parameters
- T
- The type of the result of the algorithm.
- TError
- The type of the error.
The SolutionReportT, TError type exposes the following members.
| Name | Description |
---|
 | SolutionReportT, TError |
Constructs a new solution report.
|
 | SolutionReportT, TError(T, TError, AlgorithmStatus, Int32) | |
 | SolutionReportT, TError(T, TError, AlgorithmStatus, Int32, Int32, ConvergenceTestTError) | |
Top
| Name | Description |
---|
 | ConvergenceTest | |
 | Error |
Gets the estimated error in the result.
|
 | EvaluationsNeeded |
Gets the number of times the target or objective function was called by the algorithm.
|
 | IterationsNeeded |
Gets the number of iterations performed by the algorithm.
|
 | Result |
Gets the result of the algorithm.
|
 | Status |
Gets the termination status of the algorithm.
|
Top
| Name | Description |
---|
 | 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.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | 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(SummaryOptions) |
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 ObjectToString.) |
Top
Use the SolutionReportT class to access the result of running
a ManagedIterativeAlgorithmT, TError, TReport.
Reference