GPU Genetic Programming Interpreter
GPU Genetic Programming Interpreter
- Programs wait for the interpreter to offer an instruction they need evaluating.
- For example an addition.
- When the interpreter wants to do an addition, everyone in the whole population who is waiting for addition is evaluated.
- The operation is ignored by everyone else.
- They then individually wait for their next instruction.
- The interpreter moves on to its next operation.
- The interpreter runs round its loop until the whole population has been interpreted. (Or a timeout?)