IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Storage of optimization results. Stores optimal results, best current guess, etc. More...
Properties | |
IOptimizationData | OptimizationData [get, set] |
bool | Calculated [get, set] |
IAnalysisResults | Results [get, set] |
Optimization results. | |
bool | KeepCurrentGuess [get, set] |
Whether current guess is kept or not. | |
IAnalysisResults | CurrentGuess [get, set] |
Results of the current guess (usually last analysis that has been performed). | |
bool | KeepBestGuess [get, set] |
Whether best results are kept or not. | |
IAnalysisResults | BestGuess [get, set] |
The best results so far. |
Storage of optimization results. Stores optimal results, best current guess, etc.
Properties on this kind of classes usually have public getters and setters. It is a habit to protect the whole object inside another class, and access individual components by properties and methods that can be more restrictive. $A Igor Feb08 Jun08;
IOptimizationData IG::Num::IOptimizationResults::OptimizationData [get, set] |
bool IG::Num::IOptimizationResults::Calculated [get, set] |
IAnalysisResults IG::Num::IOptimizationResults::Results [get, set] |
Optimization results.
bool IG::Num::IOptimizationResults::KeepCurrentGuess [get, set] |
Whether current guess is kept or not.
IAnalysisResults IG::Num::IOptimizationResults::CurrentGuess [get, set] |
Results of the current guess (usually last analysis that has been performed).
bool IG::Num::IOptimizationResults::KeepBestGuess [get, set] |
Whether best results are kept or not.
IAnalysisResults IG::Num::IOptimizationResults::BestGuess [get, set] |
The best results so far.