-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
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 getting an Int(some float) error. I am wondering if it's due to the fact that MILX needs a truncation that MIPM performs here
Evolutionary.jl/src/mutations.jl
Line 238 in cf3f2fb
if isa(x, Integer) |
Thanks!
Metadata
Metadata
Assignees
Labels
No labels