IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Num.IOptimizationResults Interface Reference

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...
 

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
getset
bool IG.Num.IOptimizationResults.Calculated
getset
IAnalysisResults IG.Num.IOptimizationResults.Results
getset

Optimization results.

bool IG.Num.IOptimizationResults.KeepCurrentGuess
getset

Whether current guess is kept or not.

IAnalysisResults IG.Num.IOptimizationResults.CurrentGuess
getset

Results of the current guess (usually last analysis that has been performed).

bool IG.Num.IOptimizationResults.KeepBestGuess
getset

Whether best results are kept or not.

IAnalysisResults IG.Num.IOptimizationResults.BestGuess
getset

The best results so far.


The documentation for this interface was generated from the following file: