IGLib
1.7.2
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. More... | |
bool | KeepCurrentGuess [get, set] |
Whether current guess is kept or not. More... | |
IAnalysisResults | CurrentGuess [get, set] |
Results of the current guess (usually last analysis that has been performed). More... | |
bool | KeepBestGuess [get, set] |
Whether best results are kept or not. More... | |
IAnalysisResults | BestGuess [get, set] |
The best results so far. More... | |
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;
|
getset |
|
getset |
|
getset |
Optimization results.
|
getset |
Whether current guess is kept or not.
|
getset |
Results of the current guess (usually last analysis that has been performed).
|
getset |
Whether best results are kept or not.
|
getset |
The best results so far.