howardzzhang
Results
1
issues of
howardzzhang
Hi, Thanks for the great package. I've been testing out an integer minimization problem with GA using `mutation = MIPM(lx,ux)` and `crossover = MILX()` based on https://github.com/wildart/Evolutionary.jl/blob/master/examples/mixedint.jl. I have been...