IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Num::IOptimizationResults Interface Reference

Storage of optimization results. Stores optimal results, best current guess, etc. More...

List of all members.

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.

Detailed Description

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;


Property Documentation

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.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events