|
IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Inheritance diagram for IG.Num.OptimizationResults:
Collaboration diagram for IG.Num.OptimizationResults:Additional Inherited Members | |
Public Member Functions inherited from IG.Num.OptimizationResultsBase | |
| virtual void | SetOptimizationData (IOptimizationData data) |
| Sets the optimization data where information about optimization problem and algorithm parameters can be obtained. More... | |
Protected Attributes inherited from IG.Num.OptimizationResultsBase | |
| bool | _calculated = false |
| bool | _keepCurrentGuess = false |
| bool | _keepBestGuess = false |
| IAnalysisResults | _buestGuess = null |
Properties inherited from IG.Num.OptimizationResultsBase | |
| virtual IOptimizationData | OptimizationData [get, set] |
| Gets optimization data used when producing the current results. More... | |
| bool | CopyReferences [get] |
| Gets a flag indicating whether references should be copied. More... | |
| bool | Calculated [get, set] |
| virtual IAnalysisResults | Results [get, set] |
| Optimization results. More... | |
| virtual bool | KeepCurrentGuess [get, set] |
| Whether current guess is kept or not. More... | |
| virtual IAnalysisResults | CurrentGuess [get, protected set] |
| Results of the current guess (usually last analysis that has been performed). More... | |
| virtual bool | KeepBestGuess [get, set] |
| Whether best results are kept or not. More... | |
| virtual IAnalysisResults | BestGuess [get, protected set] |
| The best results so far. More... | |