Skip to content

Conversation

natclaret
Copy link

No description provided.

@MichielStock
Copy link
Owner

  • simplify the name of the notebook
  • please add some explanation of the algorithm
  • you might use Graphs.jl for visualization and to work with graphs in general, it might simplify your code a lot!
  • AntColonyOptimization => antcolonyoptimizaton not capitals in function or variable names! 😠
  • round(rand()*10,2) => floor(Int, ...)?
  • in updatePheromones: simplify by pheromones .= clamp.(pheromones, 1e-5, 1e5)
  • you might check 'Algorithms for Optimization' for a simpler example of this algorithm

In general: tidy up your notebook and make it a bit simpler. Explain your algorithm well using text and clean code!

Keep up the good work!

  • M

@natclaret natclaret changed the title Ant Colony Optimization Ant Colony Optimization Jan 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants