You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+19-2
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,24 @@ This repo focuses on :
12
12
- 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)
13
13
- adding usefull and nice customizable printouts
14
14
- 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 using 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
17
34
18
35

0 commit comments