LibCudaOptimize  1.0
FitnessSet.h File Reference
#include "utilities.h"
Include dependency graph for FitnessSet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FitnessSet
 Class representing a set of fitnesses. More...

Defines

#define LIBCUDAOPTIMIZE_NAMESPACE   CudaOptimize
 define namespace and open it this code should be after all the include lines and before the first line of the code in each file.
#define OPEN_NAMESPACE   namespace LIBCUDAOPTIMIZE_NAMESPACE {
 open namespace
#define CLOSE_NAMESPACE   }
 close namespace
#define ALL_SETS   (unsigned int)-1
 Recover positions/fitnesses of all sets.
#define ALL_SOLUTIONS   (unsigned int)-1
 Recover positions/fitnesses of all solutions.

Enumerations

enum  POINTER_LOCATION { DEVICE_POINTER, HOST_POINTER }
 If a pointer resides in device or host memory. More...

Detailed Description

Definition in file FitnessSet.h.


Enumeration Type Documentation

If a pointer resides in device or host memory.

Enumerator:
DEVICE_POINTER 

Pointer on device.

HOST_POINTER 

Pointer on host.

Definition at line 32 of file FitnessSet.h.

 All Classes Files Functions Variables Enumerations Enumerator Defines