Skip to content

Commit

Permalink
minor correction in the text
Browse files Browse the repository at this point in the history
  • Loading branch information
pouryahoseini authored Apr 10, 2020
1 parent 37f6d33 commit ad7c470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The genetic algorithm processor can be tuned to the following parameters:
|**RNG seeds**|**Parameters adjustable after fabrication**|**Elitism**|**Pipelined genetic algorithm**|**Number of mutation rates**|
|16 predefined true random seeds|Yes|Yes|Yes|129|

In the tests, the GAP has a **speedup of 5391x** over a software counterpart written in C language and on a 2x2.5 GHz CPU. It is also at least **55** times faster than any other genetic algorithm processor in the literature. The sppedups are obtained while the results are closely identical to serial genetic algorithm on software. Below is an example of the application of the genetic algorithm processor in image enhancement:
In the tests, the GAP has a **speedup of 5391x** over a software counterpart written in C language and on a 2x2.5 GHz CPU. It is also at least **55** times faster than any other genetic algorithm processor in the literature. The speedups are obtained while the results are closely identical to serial genetic algorithm on software. Below is an example of the application of the genetic algorithm processor in image enhancement:
<p align="center">
<img src="./docs/example-application.jpg" alt="Application of the genetic algorithm processor in image enhancement" height=220/>
<br>
Expand Down

0 comments on commit ad7c470

Please sign in to comment.