Commit Graph

18 Commits

Author SHA1 Message Date
7c29f04807 Removed get/set 2020-11-22 15:58:55 -05:00
c46d54517b Fixed generation termination and cleaned up code 2020-11-21 15:49:46 -05:00
73461f7915 Comments updated 2020-11-20 19:06:55 -05:00
09142b5e05 Split into function decorators 2020-11-20 09:19:43 -05:00
ad8243fb6c Added percent_converged
Termination when a specified percent of the population has converged.
2020-11-12 17:14:16 -05:00
a5cb864330 Renamed termination method 2020-11-12 14:19:38 -05:00
f5c3a5833a Improved tolerance termination 2020-11-09 16:08:30 -05:00
7a8f16c622 Added tolerance-based termination 2020-11-09 15:58:09 -05: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
6c6c64e342 Updated fitness based termination and fixed some EasyGA stuff 2020-10-22 00:05:42 -04:00
3424fd4da7 Added blank lines and fixed run_testing 2020-10-12 19:57:57 -04:00
42c0fdbc10 updated all code to use .size() methods 2020-10-12 17:05:57 -04:00
3649293133 Updated GA attribute structure, separated selection file structure
Updated GA attribute structure, separated selection file structure
2020-10-06 22:11:40 -04:00
3bfa962194 Updated fitness based termination
It now works, although it only supports a minimum approach
2020-10-05 20:59:21 -04:00
665062fdf1 Updated Implementation Framework
Updated to cover changes made by Dan to Master regarding general design changes

Also added remove_two_worst survivor selection method
2020-10-05 20:46:25 -04:00