FOX/ObjCryst++  1.10.X (development)
ObjCryst::WXGlobalOptimRunThread Class Reference

Class for a GlobalOptimization thread. More...

+ Inheritance diagram for ObjCryst::WXGlobalOptimRunThread:
+ Collaboration diagram for ObjCryst::WXGlobalOptimRunThread:

Public Member Functions

 WXGlobalOptimRunThread (OptimizationObj &globalOptObj, long &nbTrial, const REAL finalCost, long &nbRun, const bool multiple=true)
 
virtual void * Entry ()
 
virtual void OnExit ()
 

Private Attributes

OptimizationObjmpGlobalOptObj
 
long * mpNbTrial
 This points to OptimizationObj::mNbTrialPerRun.
 
long * mpNbRun
 This points to the mNbRun member in WXOptimizationObj.
 
const REAL mFinalCost
 The value of the cost below which the optimization should stop (0 by default) even if the desired number pf trial has not been reached. More...
 
const bool mDoMultiple
 Use multiple Runs ?
 

Detailed Description

Class for a GlobalOptimization thread.

Definition at line 72 of file wxGlobalOptimObj.h.

Member Data Documentation

const REAL ObjCryst::WXGlobalOptimRunThread::mFinalCost
private

The value of the cost below which the optimization should stop (0 by default) even if the desired number pf trial has not been reached.

Definition at line 87 of file wxGlobalOptimObj.h.


The documentation for this class was generated from the following files: