#include <wxGlobalOptimObj.h>
Public Methods | |
WXGlobalOptimRunThread (OptimizationObj &globalOptObj, long &nbTrial, const REAL finalCost=0) | |
virtual void * | Entry () |
virtual void | OnExit () |
Private Attributes | |
OptimizationObj * | mpGlobalOptObj |
long * | mpNbTrial |
This points to the mNbTrial 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. |