Commit Graph

40 Commits

Author SHA1 Message Date
d3174a9c8a Fixed insert_chromosome 2020-11-19 09:52:31 -05:00
55cb086745 Updated repr/str 2020-11-17 08:26:40 -05:00
260d17bf91 Cleaned up the while loop 2020-11-17 01:22:05 -05:00
2efebc4bcd Fixed chromosome so now it adds to the database and added __str__ to chromo 2020-11-16 17:14:09 -05:00
8b6b880ada Added create_config_table_string function to clean up the create tables function 2020-11-16 16:21:56 -05:00
3bf69b21a6 Fixed to save all ga attributes to config table in database 2020-11-16 15:55:47 -05:00
b0c7a56b12 Update sql_database.py 2020-11-16 15:18:21 -05:00
add236836c Fixed bug 2020-11-16 12:27:15 -05:00
2171576a99 Cut down code 2020-11-16 12:23:22 -05:00
bf19b4eba3 Update sql_database.py 2020-11-16 11:35:31 -05:00
88e9b3fca1 Cleaned up sql config 2020-11-16 11:31:54 -05:00
8e90bd558b Config now adding to database. 2020-11-16 02:50:37 -05:00
7d8045692f changes 2020-11-15 08:59:15 +00:00
2cfb840198 Cleaned code and added functions to graph 2020-11-13 01:43:15 -05:00
efb69f88ea Updated plt usage 2020-11-12 21:16:17 -05:00
6dd98f0d8d fixed omw 2020-11-12 16:49:34 -05:00
5a72a8493d Fixed variable names 2020-11-12 16:47:36 -05:00
6b35a7398a Merge branch 'master' of https://github.com/danielwilczak101/EasyGA 2020-11-12 16:43:20 -05:00
0429c3756c Fixed x,y,title labels 2020-11-12 16:41:12 -05:00
80377b58e7 Cleaned up graph code 2020-11-12 16:34:07 -05:00
b0c4bd79c6 Override label variables with attributes 2020-11-12 16:24:57 -05:00
4bd8d0a908 Cleaned up code 2020-11-12 16:15:34 -05:00
435c6c1335 Variable name changes and fix to y_data on plots 2020-11-12 12:28:50 -05:00
357df1609f General graph features 2020-11-12 12:11:04 -05:00
555c187e39 Fixed yscale 2020-11-12 10:06:27 -05:00
e22ff55972 Worked on graphing class 2020-11-10 18:12:37 -05:00
ce0d879f82 Added whitespace 2020-11-09 15:58:49 -05:00
4902e7c931 Added init to database folder 2020-11-08 18:11:34 -05:00
e1f794d7b7 Database files renamed 2020-11-07 17:17:18 -05:00
c959f44fd5 GA gives graph the database 2020-11-07 13:32:34 -05:00
f1f9d70c26 Fixed graph features
- Common graph code made into a method.
- No longer needs the user to pass in the ga for graphing.
- Changed graph attribute from class to object.
- Added ga to the graph object as an attribute on initialization to avoid needing to pass it in every time you graph.
- Capitalized database/graph classes.
2020-11-07 12:43:47 -05:00
87beba1209 Added comment 2020-11-07 01:57:30 -05:00
918c4f4d5e Updated database ad graph functions. 2020-11-07 01:54:37 -05:00
05b8fd06fa Moved all graphing to its own class 2020-11-06 22:56:16 -05:00
690fa9712e More efficient insertion of entire population
Executes the sql command over the entire population at once.
2020-11-06 21:31:20 -05:00
5c5b645c30 Added graphing capablities. It only graphs total fitness of generation. 2020-11-06 02:11:06 -05:00
7b2053d626 Added basic database functionallity 2020-11-05 15:38:54 -05:00
2d2678e865 Changed methods and added database class 2020-11-03 13:29:21 -05:00
5b6dc8348a Reverted back to old style of attributes. 2020-11-03 11:47:56 -05:00
2d91037cdf Add example database functionality. Still a work in progress. 2020-10-29 03:18:02 -04:00