update src
git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2417 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
parent
ea6db39816
commit
81e6b4b8d9
1 changed files with 4 additions and 4 deletions
|
|
@ -35,14 +35,14 @@
|
|||
#include <cstdlib>
|
||||
#include <cassert>
|
||||
#include <iostream>
|
||||
#include <neighborhood/moCudaBitNeighbor.h>
|
||||
#include <cudaType/moCudaBitVector.h>
|
||||
#include <neighborhood/moGPUBitNeighbor.h>
|
||||
#include <cudaType/moGPUBitVector.h>
|
||||
#include <problems/eval/EvalOneMax.h>
|
||||
#include <problems/eval/OneMaxIncrEval.h>
|
||||
|
||||
|
||||
typedef moCudaBitVector<eoMaximizingFitness> Solution;
|
||||
typedef moCudaBitNeighbor <Solution,eoMaximizingFitness> Neighbor;
|
||||
typedef moGPUBitVector<eoMaximizingFitness> Solution;
|
||||
typedef moGPUBitNeighbor <Solution,eoMaximizingFitness> Neighbor;
|
||||
|
||||
int main() {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue