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 | |
| OptimizationObj * | mpGlobalOptObj |
| long * | mpNbTrial |
| This points to the mNbTrial member in WXOptimizationObj. | |
| 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. | |
| const bool | mDoMultiple |
| Use multiple Runs ? | |
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Use multiple Runs ?
|
|
|
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.
|
|
|
|
|
|
This points to the mNbRun member in WXOptimizationObj.
|
|
|
This points to the mNbTrial member in WXOptimizationObj.
|
1.3.6