rohams / capstone

Capstone project
0 stars 0 forks source link

Algorithm improvement #5

Closed rohams closed 10 years ago

rohams commented 10 years ago

-Investigating a new method for initializing the population (currently is completely random) to avoid immature convergence. -Improving the algorithm by introducing crossover or new permutation techniques. (I will also contribute to this) -Developing a fitness value that considers capacity constraint in addition to off-routing.

mahdighodsi commented 10 years ago
rohams commented 10 years ago

Mahdi, in commit 30ce7d9faff309f35783097ec18a1b2b27273351 I introduced modified nearest neighbour algorithm (induced method) for 50% of population initialization. However, I didnt verify if any significant improvement has been made by applying this method.