How can i input tasks in Genetic algorithm with three different orders?
for example my initial input tasks set {1,2,3,4,5} then i want to create three different orders like Chromosome 1=[1,3,5,4,2] Chromosome =[1,5,4,2,3] and Chromosome 3=[5,2,3,4,1 ]these are...
17 December 2019
3,502
3
View