Back to Top page.

defs.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Typedefs

typedef int Int
typedef unsigned UInt
typedef double Double
typedef float Float

Enumerations

enum  ORIGIN {
  ORI_UNDEF = 0, ORI_CROSSOVER_A, ORI_CROSSOVER_B, ORI_MUTATION_A,
  ORI_MUTATION_B, ORI_SELECTION
}
enum  OPERATOR { OP_UNDEF = 0, OP_CROSSOVER, OP_MUTATION, OP_SELECTION }


Typedef Documentation

typedef double Double
 

typedef float Float
 

typedef int Int
 

typedef unsigned UInt
 


Enumeration Type Documentation

enum OPERATOR
 

Enumeration values:
OP_UNDEF 
OP_CROSSOVER 
OP_MUTATION 
OP_SELECTION 

enum ORIGIN
 

Enumeration values:
ORI_UNDEF 
ORI_CROSSOVER_A 
ORI_CROSSOVER_B 
ORI_MUTATION_A 
ORI_MUTATION_B 
ORI_SELECTION