Skip to content

Commit 14e5016

Browse files
committed
2 parents 736025a + 5510427 commit 14e5016

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

+19-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,24 @@ This repo focuses on :
1212
- Object Oriented Programming refactoring (if this work ins't done and she wants to continue improving her program, she'll find it harder to reuse the code if the structure is wobbly)
1313
- adding usefull and nice customizable printouts
1414
- going forward (I'try to add some more features I have in mind, relative to her genetic algorithm :) )
15-
16-
Example complete output when each individual has only 5 genes :
15+
16+
## averroes96 contribution :
17+
18+
After reading [Ms Vijini Mallawaarachchi](https://github.com/Vini2)'s [article](https://towardsdatascience.com/introduction-to-genetic-algorithms-including-example-code-e396e98d8bf3), i came accross this optimized version to make it as the starting point to develop my study project which is about implementing a solution for SAT problem using genetic Algorithm with Java.
19+
20+
My contribution revolves around creating a simple GUI for Genetic Algorithms using :
21+
22+
- javaFX
23+
- netbeans as IDE
24+
- SceneBuilder to design my interface
25+
- [JFoenix](http://jfoenix.com/) library for material design
26+
27+
This interface is based on MVC modeling and offers the ability to specify :
28+
29+
- Number of starting population
30+
- Number of genes per individual
31+
- Maximum number of generations
32+
- Showing the genetic poll for each individual - or not -
33+
- TextArea to print the generated results
1734

1835
![with some large parameters](screenshots/result2.png)

0 commit comments

Comments
 (0)