Commit Graph

353 Commits

Author SHA1 Message Date
f6dc70e805 Fixed variable name 2020-11-03 16:49:49 -05:00
72a8975d03 Fixed default arguments
Reverted usage format:
GA(
    chromosome_length = 20,
    population_size = 25
)
2020-11-03 14:30:43 -05:00
0c6d8060a6 Added default run to testing 2020-11-03 14:18:37 -05:00
bfd4971f13 Merge branch 'master' of https://github.com/danielwilczak101/EasyGA 2020-11-03 14:15:13 -05:00
9cbdc5030a Moved all images to the media branch. 2020-11-03 14:15:04 -05:00
e62aa224da Update README.md 2020-11-03 14:11:24 -05:00
172918cad7 Added small database functionality but its commented out of running. 2020-11-03 13:43:21 -05:00
e99da737b5 Merge branch 'master' of https://github.com/danielwilczak101/EasyGA 2020-11-03 13:29:30 -05:00
2d2678e865 Changed methods and added database class 2020-11-03 13:29:21 -05:00
621fdef86d Fixed attributes to allow setting attributes on initialization
e.g.
GA({
    'chromosome_length' : 10,
    'population_size'         : 50
})
2020-11-03 13:19:09 -05:00
5b6dc8348a Reverted back to old style of attributes. 2020-11-03 11:47:56 -05:00
cae4314581 Added more comments. 2020-11-03 02:34:16 -05:00
ba2f076a2b Added doc strings to EasyGA ga class and attributes class. 2020-11-03 02:32:20 -05:00
d4177b08a5 Fixed comments 2020-10-30 11:56:05 -04:00
c9d30be1af Initialization for GA with arguments 2020-10-30 11:52:11 -04:00
2d91037cdf Add example database functionality. Still a work in progress. 2020-10-29 03:18:02 -04:00
524cbdb0ec Input error catching 2020-10-27 18:37:12 -04:00
00af4dbbe7 Added gene mutation rate 2020-10-27 17:32:40 -04:00
0b5f42966c Update population before mutation 2020-10-27 16:23:48 -04:00
241f5e9e89 Chnaged testing and word in setter error 2020-10-27 15:35:56 -04:00
19173bcfd2 added tests 2020-10-27 15:32:38 -04:00
ea8fdbd0a8 Add files via upload 2020-10-26 02:03:06 -04:00
4e9b81a254 Add files via upload 2020-10-26 01:22:34 -04:00
496b3cb9d6 Add files via upload 2020-10-26 00:40:45 -04:00
4857accb75 Add files via upload 2020-10-26 00:33:15 -04:00
a143ba88d1 Add files via upload 2020-10-25 23:50:37 -04:00
ae74ce1766 Minor edits 2020-10-25 22:36:54 -04:00
3625453a28 Update README.md 2020-10-24 18:35:13 -04:00
422e7c2948 Update setup.py 2020-10-24 03:09:06 -04:00
9b0c4067b3 Update README.md 2020-10-24 02:47:35 -04:00
2d0849889a Update README.md 2020-10-24 02:47:10 -04:00
80424cb61e Update README.md 2020-10-24 02:46:50 -04:00
9faefd7921 Update README.md 2020-10-24 02:35:22 -04:00
2dec0503d7 Update README.md 2020-10-23 22:13:30 -04:00
11869b92f9 Update README.md 2020-10-23 15:39:20 -04:00
f2178f1755 Update README.md 2020-10-23 15:38:58 -04:00
5dadda4815 Update README.md 2020-10-23 15:38:27 -04:00
667042ecca Update README.md 2020-10-23 15:38:04 -04:00
8ef960192a Update README.md 2020-10-23 15:37:34 -04:00
4a18a96902 Update README.md 2020-10-23 15:37:04 -04:00
064778e130 Update README.md 2020-10-23 15:36:06 -04:00
c87d4dac0a Update README.md 2020-10-23 15:35:09 -04:00
0e16e4d705 Update README.md 2020-10-23 14:26:54 -04:00
030d1f981b Add files via upload 2020-10-23 14:26:18 -04:00
d01096c1ea Fixed print tabbing 2020-10-22 19:07:43 -04:00
c84758f8c5 Neatified ga.print stuff and altered run_testing 2020-10-22 19:05:43 -04:00
50aa1587ae Update termination_methods.py 2020-10-22 18:28:26 -04:00
9baf3c7dc5 Fixed termination related stuff 2020-10-22 18:23:27 -04:00
4ca859c34a Updated termination related settings 2020-10-22 18:18:00 -04:00
df297cab20 Update README.md 2020-10-22 16:18:13 -04:00