3Solution

Speaking about the solution, we have to mention three levels of expected usage of our system. This division respects the user's knowledge of the genetic algorithms topic and his programming skills. We expect these levels of users:

In the section 3.1 we describe the main component of the system performing the genetic algorithm itself. Section 3.2 is devoted to an introduction to the neural networks and their role in our project. In section 3.3 we describe the user interface and its principles. Section 3.4 describes the principles of the parallelization of genetic algorithm and contains description of the supported parallelization method.

For detail information on the implementation and the used techniques see Programmer's Guide.

System OverviewProject Antares