unclear parameters in `mutate_time()`
Closed this issue · 1 comments
donghwan-shin commented
Below is the current mutate_time()
:
Lines 185 to 196 in e8b3ef4
Here, I found that mutipb
is coming from mutgmu
as below.
Lines 171 to 176 in e8b3ef4
Something is wrong, isn't it?
For example, I also found that guassian_mutation_mean = 0
in search_config.py
. Note that random()
in the if-statement always returns a value between 0 and 1, and therefore the content of the if-statement will not be properly executed if you use guassian_mutation_mean = 0
. Need to check this point.