Add Generation

Some more complex algorithms are not yet implemented.
This commit is contained in:
Joscha 2017-04-27 20:56:45 +00:00
parent 0d686b2008
commit 2c37b90ad8
3 changed files with 156 additions and 1 deletions

View file

@ -8,7 +8,8 @@ SOURCEFILES = cpp
SRCDIR = src
TMPDIR = build
TARGET = gross
FILES = Chromosome Fitness main
#FILES = Chromosome Fitness Generation main
FILES = Chromosome Fitness Generation main
#SOURCES = $(patsubst %,$(SRCDIR)/%.cpp,$(FILES))
OBJECTS = $(patsubst %,$(TMPDIR)/%.o,$(FILES))