Set the mutation scale. Parameters ---------- scale : float
(self, scale)
| 4144 | return self._bbox_transmuter |
| 4145 | |
| 4146 | def set_mutation_scale(self, scale): |
| 4147 | """ |
| 4148 | Set the mutation scale. |
| 4149 | |
| 4150 | Parameters |
| 4151 | ---------- |
| 4152 | scale : float |
| 4153 | """ |
| 4154 | self._mutation_scale = scale |
| 4155 | self.stale = True |
| 4156 | |
| 4157 | def get_mutation_scale(self): |
| 4158 | """Return the mutation scale.""" |
no outgoing calls
no test coverage detected