Given the domain bounds and standard deviation returns a function compatible with GA interface that performs a mutation on the given individual using truncated normal distribution.
Arguments
- lower
Lower bound of the problem's domain
- upper
Upper bound of the problem's domain
- sd
Standard deviation of the truncated normal distribution used for the mutation