update doc for doxygen
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2388 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
3702b46aee
commit
92e54212a6
1 changed files with 5 additions and 0 deletions
|
|
@ -116,6 +116,11 @@ public:
|
|||
cout << "It's evaluation by copy set cpySolution to true" << endl;
|
||||
}
|
||||
|
||||
/**
|
||||
* Compute the best combination of number of block by grid and number of thread within block
|
||||
* @param _sol the solution that generate the neighborhood to evaluate parallely
|
||||
*/
|
||||
|
||||
virtual void calibration(EOT & _sol, unsigned int * _mapping) {
|
||||
|
||||
unsigned size = _sol.size();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue