git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2138 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
23d03e5a72
commit
c548ca9e17
1 changed files with 120 additions and 120 deletions
|
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
ParadisEO WebSite : http://paradiseo.gforge.inria.fr
|
ParadisEO WebSite : http://paradiseo.gforge.inria.fr
|
||||||
Contact: paradiseo-help@lists.gforge.inria.fr
|
Contact: paradiseo-help@lists.gforge.inria.fr
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef moCudaEval_H
|
#ifndef moCudaEval_H
|
||||||
#define moCudaEval_H
|
#define moCudaEval_H
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
template<class Neighbor>
|
template<class Neighbor>
|
||||||
class moCudaEval: public moEval<Neighbor> {
|
class moCudaEval: public moEval<Neighbor> {
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Define type of a solution corresponding to Neighbor
|
* Define type of a solution corresponding to Neighbor
|
||||||
|
|
@ -118,7 +118,7 @@ public:
|
||||||
|
|
||||||
virtual void neighborhoodEval(EOT & _sol)=0;
|
virtual void neighborhoodEval(EOT & _sol)=0;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
//the host array to save all neighbors fitness
|
//the host array to save all neighbors fitness
|
||||||
Fitness * host_FitnessArray;
|
Fitness * host_FitnessArray;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue