git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2149 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
3676f60716
commit
3b4a96c549
1 changed files with 61 additions and 61 deletions
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
ParadisEO WebSite : http://paradiseo.gforge.inria.fr
|
||||
Contact: paradiseo-help@lists.gforge.inria.fr
|
||||
*/
|
||||
*/
|
||||
|
||||
#ifndef _moCudaRndWithReplNeighborhood_h
|
||||
#define _moCudaRndWithReplNeighborhood_h
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
*/
|
||||
template<class Neighbor>
|
||||
class moCudaRndWithReplNeighborhood: public moRndWithReplNeighborhood<Neighbor> {
|
||||
public:
|
||||
public:
|
||||
|
||||
/**
|
||||
* Define type of a solution corresponding to Neighbor
|
||||
|
|
@ -81,7 +81,7 @@ public:
|
|||
virtual std::string className() const {
|
||||
return "moCudaRndWithReplNeighborhood";
|
||||
}
|
||||
protected:
|
||||
protected:
|
||||
moCudaEval<Neighbor>& eval;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue