|
|
0e98ee0b2a
|
Update Survivor.py
|
2021-01-26 21:27:37 -06:00 |
|
|
|
1759eaa09e
|
Update Termination.py
|
2021-01-26 21:27:19 -06:00 |
|
|
|
786dea93d4
|
Update EasyGA.py
|
2021-01-26 21:26:59 -06:00 |
|
|
|
3048b47b8e
|
Update __init__.py
|
2021-01-26 21:26:44 -06:00 |
|
|
|
48eef0874e
|
Update README.md
|
2021-01-26 21:26:31 -06:00 |
|
|
|
c8c8706274
|
Update attributes.py
|
2021-01-26 21:26:02 -06:00 |
|
|
|
f6b04c5536
|
Update decorators.py
|
2021-01-26 21:25:48 -06:00 |
|
|
|
5d5dfc647f
|
Update test_EasyGA.py
|
2021-01-26 21:25:19 -06:00 |
|
|
|
98f206c7bd
|
Update run.py
|
2021-01-26 21:24:55 -06:00 |
|
|
|
2fc75aba07
|
Structure change to make it easier for users to clone and use the repository.
|
2021-01-26 21:20:38 -06:00 |
|
|
|
92cea15a09
|
Changed fitness_examples function to examples
|
2021-01-26 21:08:13 -06:00 |
|
|
|
a600e1d5bf
|
Design
|
2021-01-26 20:43:01 -06:00 |
|
|
|
c9477bf164
|
Gave a directory for the src folder
|
2021-01-26 20:41:37 -06:00 |
|
|
|
181ac18d88
|
Update setup.py
|
2021-01-23 20:57:56 -05:00 |
|
|
|
9ded11b592
|
Update setup.py
|
2021-01-23 20:54:44 -05:00 |
|
|
|
14a158aa0b
|
Fixed edge case for adapt_population
|
2021-01-23 20:32:05 -05:00 |
|
|
|
d0ded682b4
|
Removed walruses
|
2021-01-23 20:16:31 -05:00 |
|
|
|
f4ba75561d
|
Simplified adapt_population
|
2021-01-23 19:10:31 -05:00 |
|
|
|
8c7c7beb5b
|
Removed walrus and updated names
|
2021-01-23 19:09:35 -05:00 |
|
|
|
b2246a1db1
|
Delete _config.yml
|
2021-01-20 04:28:54 -05:00 |
|
|
|
ece073350b
|
Fixed variable issue
|
2021-01-20 04:01:37 -05:00 |
|
|
|
432a355ee9
|
Fix buggy database file creation. Change structure of config table. Updated all functions to work with new table style.
|
2021-01-20 03:04:49 -05:00 |
|
|
|
f50d5c2efa
|
format changes and addded block comments
|
2021-01-06 11:38:37 -05:00 |
|
|
|
baaf68bb30
|
Removed walrus operators
|
2021-01-06 10:23:43 -05:00 |
|
|
|
8d90056c92
|
Rewrote default GA methods format
|
2021-01-06 10:22:26 -05:00 |
|
|
|
411e26ab7c
|
Fixed sort by best fitness
|
2021-01-04 23:44:40 -05:00 |
|
|
|
fe2804bdbc
|
Customizable update_population method
|
2021-01-04 23:01:54 -05:00 |
|
|
|
42b78bcfea
|
Added self to parameters
|
2021-01-04 22:59:17 -05:00 |
|
|
|
0386be436f
|
Consistent format for setting a slice of items
|
2021-01-01 16:30:45 -05:00 |
|
|
|
94793b1b05
|
Added decorator file and fixed old crossover usage in adapt method
|
2021-01-01 16:11:14 -05:00 |
|
|
|
b2b1775e16
|
Added decorators file
|
2021-01-01 16:09:27 -05:00 |
|
|
|
423c9884a8
|
Update Crossover.py
|
2021-01-01 11:23:20 -05:00 |
|
|
|
d122344a11
|
Cleaned up decorator doc-strings
|
2021-01-01 10:55:01 -05:00 |
|
|
|
e19576f890
|
Specific exceptions raised.
|
2021-01-01 10:48:59 -05:00 |
|
|
|
46ef4e818d
|
Cleaned up alighnment
|
2020-12-31 11:54:22 -05:00 |
|
|
|
827d86e3b1
|
Corrections using new names
|
2020-12-30 16:22:09 -05:00 |
|
|
|
7c55bf431b
|
Renamed files
|
2020-12-30 16:21:47 -05:00 |
|
|
|
7dc9c17e74
|
Minor import changes
|
2020-12-30 14:36:50 -05:00 |
|
|
|
54a774abd2
|
Add back files with new names
|
2020-12-30 14:35:43 -05:00 |
|
|
|
cbc2fafb07
|
Delete files for renaming
|
2020-12-30 14:35:08 -05:00 |
|
|
|
21c12c2bcd
|
Changed for more general usage and cleaned up previous push
|
2020-12-30 09:08:43 -05:00 |
|
|
|
0c59c429eb
|
Added decorator for repetitive code and modified for multiple children per crossover
|
2020-12-29 22:53:20 -05:00 |
|
|
|
49e20ad20d
|
Simpler appending to next population since it will be sorted anyways
|
2020-12-29 22:51:14 -05:00 |
|
|
|
1e2bb1f542
|
Added most list functionality
|
2020-12-29 19:36:46 -05:00 |
|
|
|
6aa4b8b82f
|
Cleaned up gene comparison method
|
2020-12-29 19:36:06 -05:00 |
|
|
|
57756833dc
|
Cleaned up repetitive code and sorted the population before mutating
|
2020-12-29 19:35:26 -05:00 |
|
|
|
9ad3f100ec
|
Using ga.weighted_random method
|
2020-12-29 19:34:35 -05:00 |
|
|
|
88161bd114
|
Added function info to decorators
|
2020-12-29 19:33:46 -05:00 |
|
|
|
5fc910fd17
|
Added customizable weighted random method
|
2020-12-29 19:33:04 -05:00 |
|
|
|
a1d72ec868
|
Using try except
|
2020-12-28 15:06:29 -05:00 |
|