#include <Individual.h>
Inheritance diagram for prapi::ga::Gene< T >:

Public Methods | |
| Gene (int capacity=16, int blockSize=16) | |
| Create a gene with the given initial capacity and block size. | |
| Gene (const Gene &other) | |
| Copy a gene. | |
| Gene & | operator= (const Gene &other) |
| Copy a gene. | |