I checked out the genetic algorithm package Evolutionary.jl and find it doesn’t support that user specifying possible solutions over a discrete set of values, or solutions only take on integer values. I noticed that the gene_space parameter in the pygad python library does something similar. Is it possible to do so using Evolutionary.jl? If not are there other packages that can accomplish this? Thank you.