|
Genetic Algorithms
Optimizing genetic algorithms for time critical problems
Abstract
Genetic algorithms have a lot of attributes that makes it a good choice when
one needs to solve very complicated problems. The performance of genetic
algorithms is aected by the parameters that are used. Optimization of the
parameters for the genetic algorithm is one of the most popular research fields
of genetic algorithms. One of the reasons for this is because of the complicated
relation between the parameters and factors such as the complexity of the problem.
This thesis describes what happens when time is added to this problem.
One of the most important parameters is population size and we have found
by testing a wide range of problems that the optimal population size is not the
same as if time was not involved.
Keywords: Genetic Algorithms, Time Critical, Optimization, Population
Size
File: The report (pdf)
|
|
|
|
Java and AspectJ |
|
Example of Linked lists and Huffman coding. |
|
Introduction to Aspect Oriented Programming. |
|
The game Tetris made in AspectJ. |
Artificial Intelligence |
|
Optimizing Genetic Algorithms for time critical problems. |
Requirement and V&V |
|
How to handle requirements when developing market driven products? |
|
Which technique is best? |
|
Introduction to the field of verification and validation for the newcomers. |
Computer Science |
|
An overview of how RAID works. |
|
What good is the technology if it too complex to use? |
|