git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2000 331e1502-861f-0410-8da2-ba01fb791d7f

This commit is contained in:
boufaras 2010-11-23 13:36:44 +00:00
commit 4ce77434e1

View file

@ -68,6 +68,8 @@ __global__ void kernelEval(IncrementEval _eval, EOT _solution, Fitness* _allFitn
* @param _allFitness Array of Fitness type to save all neighbors fitness
* @param _fitness the current solution fitness
* @param _neighborhoodsize the size of the neighborhood
* @param _mapping the neighborhood mapping
* @param _Kswap the number of swap
*/
template<class EOT, class Fitness, class Neighbor, class IncrementEval>