Commit Graph

  • 1bd806591e Cleaned up __repr__ SimpleArt 2020-11-19 12:34:23 -05:00
  • 0ee545429c Added iterable features SimpleArt 2020-11-19 11:46:47 -05:00
  • 6e95ff5d9d Rewrote data_list to __iter__ SimpleArt 2020-11-19 10:17:22 -05:00
  • 857e248034 Simplified a lot of code by zipping data lists SimpleArt 2020-11-19 09:54:17 -05:00
  • f1105f4df0 Added comment SimpleArt 2020-11-19 09:53:42 -05:00
  • 6c9a9205b0 Added data_list() SimpleArt 2020-11-19 09:53:27 -05:00
  • 76e0439160 Renamed list() to data_list() SimpleArt 2020-11-19 09:53:10 -05:00
  • d3174a9c8a Fixed insert_chromosome SimpleArt 2020-11-19 09:52:31 -05:00
  • 8eb436d6a5 Added list function to chromosome class danielwilczak101 2020-11-19 01:41:01 -05:00
  • 097e219a03 Fixed population print SimpleArt 2020-11-17 08:42:59 -05:00
  • 1d97a92fb7 Changed population print SimpleArt 2020-11-17 08:40:51 -05:00
  • c5d323cb20 Fixed termination conditions SimpleArt 2020-11-17 08:27:11 -05:00
  • 55cb086745 Updated repr/str SimpleArt 2020-11-17 08:26:40 -05:00
  • e7b0e7071c Change run_testing to run for my fingers sake. Also update setup.py to new version danielwilczak101 2020-11-17 02:49:52 -05:00
  • 260d17bf91 Cleaned up the while loop danielwilczak101 2020-11-17 01:22:05 -05:00
  • 0d8fb6147c Updated repr/str SimpleArt 2020-11-16 20:51:09 -05:00
  • 2efebc4bcd Fixed chromosome so now it adds to the database and added __str__ to chromo Daniel Wilczak 2020-11-16 17:14:09 -05:00
  • 8b6b880ada Added create_config_table_string function to clean up the create tables function Daniel Wilczak 2020-11-16 16:21:56 -05:00
  • 3bf69b21a6 Fixed to save all ga attributes to config table in database SimpleArt 2020-11-16 15:55:47 -05:00
  • 2a1508468d Added required tables Daniel Wilczak 2020-11-16 15:32:02 -05:00
  • b0c7a56b12 Update sql_database.py SimpleArt 2020-11-16 15:18:21 -05:00
  • add236836c Fixed bug SimpleArt 2020-11-16 12:27:15 -05:00
  • 2171576a99 Cut down code SimpleArt 2020-11-16 12:23:22 -05:00
  • bf19b4eba3 Update sql_database.py SimpleArt 2020-11-16 11:35:31 -05:00
  • 88e9b3fca1 Cleaned up sql config SimpleArt 2020-11-16 11:31:54 -05:00
  • 8e90bd558b Config now adding to database. danielwilczak101 2020-11-16 02:50:37 -05:00
  • eb12f532b3 removed db file danielwilczak101 2020-11-15 21:28:12 -05:00
  • 594d0992f6 Added to git ignore. Will ignore the auto generated database file danielwilczak101 2020-11-15 09:14:33 +00:00
  • 7d8045692f changes danielwilczak101 2020-11-15 08:59:15 +00:00
  • 2cfb840198 Cleaned code and added functions to graph danielwilczak101 2020-11-13 01:43:15 -05:00
  • efb69f88ea Updated plt usage SimpleArt 2020-11-12 21:16:17 -05:00
  • 7e0134e785 Fixed bug SimpleArt 2020-11-12 18:46:09 -05:00
  • 6e34020298 Doubled mutation rate. To solve default fitness function. danielwilczak101 2020-11-12 18:37:43 -05:00
  • aa677a1d81 Rewrote for clarity and potential bug SimpleArt 2020-11-12 18:00:22 -05:00
  • ef5f87cbc6 Fixed bug SimpleArt 2020-11-12 17:59:55 -05:00
  • 0c9c545125 Cleaned up code SimpleArt 2020-11-12 17:50:07 -05:00
  • ae5fed1d71 Fixed potential bug SimpleArt 2020-11-12 17:49:33 -05:00
  • 45316286c0 Added Permutation class SimpleArt 2020-11-12 17:38:10 -05:00
  • aab353b825 Changed default percent converged and tolerance goal SimpleArt 2020-11-12 17:20:52 -05:00
  • ad8243fb6c Added percent_converged SimpleArt 2020-11-12 17:14:16 -05:00
  • 3e9c2fc784 Multiple updates SimpleArt 2020-11-12 17:13:23 -05:00
  • 8548e9963c Added percent converged and renamed default methods SimpleArt 2020-11-12 17:10:47 -05:00
  • 6dd98f0d8d fixed omw danielwilczak101 2020-11-12 16:49:34 -05:00
  • 5a72a8493d Fixed variable names danielwilczak101 2020-11-12 16:47:36 -05:00
  • 6b35a7398a Merge branch 'master' of https://github.com/danielwilczak101/EasyGA danielwilczak101 2020-11-12 16:43:20 -05:00
  • 0429c3756c Fixed x,y,title labels danielwilczak101 2020-11-12 16:41:12 -05:00
  • 22bd0527e5 Deepcopy'd data SimpleArt 2020-11-12 16:40:00 -05:00
  • 80377b58e7 Cleaned up graph code danielwilczak101 2020-11-12 16:34:07 -05:00
  • b0c4bd79c6 Override label variables with attributes SimpleArt 2020-11-12 16:24:57 -05:00
  • 4bd8d0a908 Cleaned up code SimpleArt 2020-11-12 16:15:34 -05:00
  • df422c6478 Fixed bug SimpleArt 2020-11-12 16:11:26 -05:00
  • 0dcc43005c Target fitness type converter SimpleArt 2020-11-12 14:28:08 -05:00
  • a5cb864330 Renamed termination method SimpleArt 2020-11-12 14:19:38 -05:00
  • 435c6c1335 Variable name changes and fix to y_data on plots danielwilczak101 2020-11-12 12:28:50 -05:00
  • 357df1609f General graph features SimpleArt 2020-11-12 12:11:04 -05:00
  • 555c187e39 Fixed yscale SimpleArt 2020-11-12 10:06:27 -05:00
  • e22ff55972 Worked on graphing class danielwilczak101 2020-11-10 18:12:37 -05:00
  • f5c3a5833a Improved tolerance termination SimpleArt 2020-11-09 16:08:30 -05:00
  • 9c455957f2 Edge case for converting fitness to minimization SimpleArt 2020-11-09 16:02:01 -05:00
  • ce0d879f82 Added whitespace SimpleArt 2020-11-09 15:58:49 -05:00
  • 7a8f16c622 Added tolerance-based termination SimpleArt 2020-11-09 15:58:09 -05:00
  • 4902e7c931 Added init to database folder danielwilczak101 2020-11-08 18:11:34 -05:00
  • 874f4362fa Minor touches SimpleArt 2020-11-07 18:35:57 -05:00
  • a49ceda93c Added save_chromosome SimpleArt 2020-11-07 18:33:59 -05:00
  • 96767ad03c Added save_population SimpleArt 2020-11-07 18:21:43 -05:00
  • e1f794d7b7 Database files renamed SimpleArt 2020-11-07 17:17:18 -05:00
  • c959f44fd5 GA gives graph the database SimpleArt 2020-11-07 13:32:34 -05:00
  • f1f9d70c26 Fixed graph features SimpleArt 2020-11-07 12:43:47 -05:00
  • 87beba1209 Added comment danielwilczak101 2020-11-07 01:57:30 -05:00
  • 918c4f4d5e Updated database ad graph functions. danielwilczak101 2020-11-07 01:54:37 -05:00
  • 05b8fd06fa Moved all graphing to its own class danielwilczak101 2020-11-06 22:56:16 -05:00
  • 690fa9712e More efficient insertion of entire population SimpleArt 2020-11-06 21:31:20 -05:00
  • cb3d91d894 Changed run testing and removed database.db file danielwilczak101 2020-11-06 02:16:04 -05:00
  • 5c5b645c30 Added graphing capablities. It only graphs total fitness of generation. danielwilczak101 2020-11-06 02:11:06 -05:00
  • e012f6653c Removed asserts danielwilczak101 2020-11-05 17:46:41 -05:00
  • 14c15de7bf Update test_EasyGA.py jcurtis664 2020-11-05 17:37:39 -05:00
  • 7b2053d626 Added basic database functionallity danielwilczak101 2020-11-05 15:38:54 -05:00
  • f6dc70e805 Fixed variable name EREPPLab 2020-11-03 16:49:49 -05:00
  • 72a8975d03 Fixed default arguments SimpleArt 2020-11-03 14:30:43 -05:00
  • 0c6d8060a6 Added default run to testing danielwilczak101 2020-11-03 14:18:37 -05:00
  • bfd4971f13 Merge branch 'master' of https://github.com/danielwilczak101/EasyGA danielwilczak101 2020-11-03 14:15:13 -05:00
  • 9cbdc5030a Moved all images to the media branch. danielwilczak101 2020-11-03 14:15:04 -05:00
  • e62aa224da Update README.md Daniel Wilczak 2020-11-03 14:11:24 -05:00
  • 172918cad7 Added small database functionality but its commented out of running. danielwilczak101 2020-11-03 13:43:21 -05:00
  • e99da737b5 Merge branch 'master' of https://github.com/danielwilczak101/EasyGA danielwilczak101 2020-11-03 13:29:30 -05:00
  • 2d2678e865 Changed methods and added database class danielwilczak101 2020-11-03 13:29:21 -05:00
  • 621fdef86d Fixed attributes to allow setting attributes on initialization SimpleArt 2020-11-03 13:19:09 -05:00
  • 5b6dc8348a Reverted back to old style of attributes. danielwilczak101 2020-11-03 11:47:56 -05:00
  • cae4314581 Added more comments. danielwilczak101 2020-11-03 02:34:16 -05:00
  • ba2f076a2b Added doc strings to EasyGA ga class and attributes class. danielwilczak101 2020-11-03 02:32:20 -05:00
  • d4177b08a5 Fixed comments SimpleArt 2020-10-30 11:56:05 -04:00
  • c9d30be1af Initialization for GA with arguments SimpleArt 2020-10-30 11:52:11 -04:00
  • 2d91037cdf Add example database functionality. Still a work in progress. danielwilczak101 2020-10-29 03:18:02 -04:00
  • 524cbdb0ec Input error catching SimpleArt 2020-10-27 18:37:12 -04:00
  • 00af4dbbe7 Added gene mutation rate SimpleArt 2020-10-27 17:32:40 -04:00
  • 0b5f42966c Update population before mutation SimpleArt 2020-10-27 16:23:48 -04:00
  • 241f5e9e89 Chnaged testing and word in setter error EREPPLab 2020-10-27 15:35:56 -04:00
  • 19173bcfd2 added tests EREPPLab 2020-10-27 15:32:38 -04:00
  • ea8fdbd0a8 Add files via upload Daniel Wilczak 2020-10-26 02:03:06 -04:00
  • 4e9b81a254 Add files via upload Daniel Wilczak 2020-10-26 01:22:34 -04:00