Where can I find an example of using the ant colony optimisation method for the knapsack problem?

59 Views Asked by At

I could not find any examples of solving the knapsack problem using ant colony optimisation (have only found the description of a method). Does anyone have links to resources for this?