duplicates = multiple editions
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
A Classical Introduction to Modern Number Theory, Kenneth Ireland Michael Rosen
| { | |
| "lines.linewidth": 2.0, | |
| "examples.download": true, | |
| "patch.linewidth": 0.5, | |
| "legend.fancybox": true, | |
| "axes.color_cycle": [ | |
| "#30a2da", | |
| "#fc4f30", | |
| "#e5ae38", | |
| "#6d904f", |
| """ | |
| File name: gp_alter.py | |
| Author: Thomas Macrina | |
| Date created: 03/21/2014 | |
| Python Version: 2.7 | |
| Overwriting the generate() method within DEAP's gp.py | |
| to remove the need for "dummy" nodes within strongly-typed | |
| individuals. |