Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

SIGEL_Program Namespace Reference

This namespace represents all classes that are needed to evolve programs with a Genetic Programming System. More...


Compounds

class  SIGEL_Program::SIG_Program
class  SIGEL_Program::SIG_ProgramLine

Enumerations

enum  Robotinstruction {
  COPY, LOAD, ADD, SUB,
  MUL, DIV, MOD, MIN,
  MAX, CMP, JMP, SENSE,
  MOVE, DELAY, NOP
}
 This enumeration defines all supported sorts of robot instructions. More...


Detailed Description

This namespace represents all classes that are needed to evolve programs with a Genetic Programming System.


Enumeration Type Documentation

enum SIGEL_Program::Robotinstruction
 

This enumeration defines all supported sorts of robot instructions.

IMPORTANT NOTE: If a new instruction needs to be added, it is NOT ENOUGH to add the new instruction to this enumeration! Some more steps are reuqired to make the GP system know about a new supported instruction.

Definition at line 36 of file SIG_ProgramLine.h.


Generated at Mon Sep 3 01:32:59 2001 for PG 368 - SIGEL by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000