Project Name: GAIIA Team: Mihai ISTIN Andreea VISAN Content: Makefile Tests: - processors graph: proc.txt - tasks graphs: test2.in test500.in Sources: Evaluator.cpp & .h - class that implements the evaluator of the chromosomes Generator.cpp & .h - Implementation of the random chromosomes generator. Genetic.cpp & .h - Class containing one gene's and one chromosome's representation GeneticOperators.cpp & .h - Classes implementing the crossover, simple mutation, swap gene mutation and hyper-mutation operators Graf.cpp - class implementing a general graph Graf.h - implementation for diferent types of graphs main.cpp & .h - entry point -> containing the parallel solution Muchie.cpp - class implementing a graph edge Nod.cpp -class implementing a general node of a graph Population.cpp & .h - clas implementing a population of chromosomes Procesor.cpp - class implementing a node of a processors graph ProcesorGraf.cpp - class implementing a graph of processors Selection.cpp & .h - class that implements the turnament selection Task.cpp - class implementing a node of a tasks graph TaskGraf.cpp - class implementing a graph of tasks