First commit - Seems to pass "all 1's" evolution test
This commit is contained in:
14
ForwardDeclarations.h
Normal file
14
ForwardDeclarations.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef BITEVOLVER_FORWARD_DECLARATIONS_H
|
||||
#define BITEVOLVER_FORWARD_DECLARATIONS_H
|
||||
|
||||
//
|
||||
namespace BitEvolver
|
||||
{
|
||||
//
|
||||
class Population;
|
||||
class Breeder;
|
||||
class Chromosome;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user