forked fromahmedfgad/GeneticAlgorithmPython
- Notifications
You must be signed in to change notification settings - Fork0
Commitc2e78b2
authored
Merge pull requestahmedfgad#47 from rengel8/save-matplot-option
Two changes in the `plot_result()` method.1) Rename the parameter to `save_dir`. If it is not None, then save.2) Keep the `.show()` function called regardless of saving the figure or not.1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2792 | 2792 |
| |
2793 | 2793 |
| |
2794 | 2794 |
| |
2795 |
| - | |
| 2795 | + | |
2796 | 2796 |
| |
2797 | 2797 |
| |
2798 | 2798 |
| |
| |||
2802 | 2802 |
| |
2803 | 2803 |
| |
2804 | 2804 |
| |
| 2805 | + | |
2805 | 2806 |
| |
2806 | 2807 |
| |
2807 | 2808 |
| |
| |||
2817 | 2818 |
| |
2818 | 2819 |
| |
2819 | 2820 |
| |
| 2821 | + | |
| 2822 | + | |
| 2823 | + | |
| 2824 | + | |
2820 | 2825 |
| |
| 2826 | + | |
2821 | 2827 |
| |
2822 | 2828 |
| |
2823 | 2829 |
| |
| |||
2845 | 2851 |
| |
2846 | 2852 |
| |
2847 | 2853 |
| |
2848 |
| - | |
| 2854 | + |
0 commit comments
Comments
(0)