source: proiecte/GAIIA/README.txt @ 123

Last change on this file since 123 was 123, checked in by (none), 14 years ago
File size: 1.2 KB
Line 
1Project Name:
2                        GAIIA
3                       
4Team:
5                        Mihai ISTIN
6                        Andreea VISAN
7                       
8Content:
9
10Makefile
11
12Tests:
13        - processors graph:
14                                                proc.txt
15        - tasks graphs:
16                                                test2.in
17                                                test500.in
18                                               
19Sources:
20
21        Evaluator.cpp & .h - class that implements the evaluator of the chromosomes
22        Generator.cpp & .h - Implementation of the random chromosomes generator.
23        Genetic.cpp & .h - Class containing one gene's and one chromosome's representation
24        GeneticOperators.cpp & .h - Classes implementing the crossover, simple mutation, swap gene mutation and hyper-mutation operators
25        Graf.cpp - class implementing a general graph
26        Graf.h - implementation for diferent types of graphs
27        main.cpp & .h - entry point -> containing the parallel solution
28        Muchie.cpp - class implementing a graph edge
29        Nod.cpp  -class implementing a general node of a graph
30        Population.cpp & .h - clas implementing a population of chromosomes
31        Procesor.cpp - class implementing a node of a processors graph
32        ProcesorGraf.cpp - class implementing a graph of processors
33        Selection.cpp & .h - class that implements the turnament selection
34        Task.cpp - class implementing a node of a tasks graph
35        TaskGraf.cpp - class implementing a graph of tasks
36
Note: See TracBrowser for help on using the repository browser.