devolve



template  randomRange(alias low, alias high)

Create individuals as static arrays filled with allels in the range [low, high).


auto  randomRange(individual)() if (isStaticArray!individual);




template  randomRange(uint num, alias low, alias high)

Create individuals as dynamic arrays filled with 'num' allels in the range [low, high).


auto  randomRange(allele : allele[])();




auto  preset(Alleles...)();

Create the initial population using some  preset value.