Iterative TSP Optimisation with Julia and Jump

Code: https://github.com/PiotrZakrzewski/julia-tsp/blob/main/Efficient%20TSP.ipynbPrev Video explaining the naive implementation: https://www.youtube.com/wat… Read more

Similar

Updating Views in Julia’s Dataframes.jl

Today I want to preview a feature that will be introduced in 1.3 release of DataFrames.jl. We will talk about new ways of updating the columns of a data frame, when one is working with views. My objective is to explain the rationale behind the new functio... (more…)

Read more »

Julia Child Used First Principles Thinking

There’s a big difference between knowing how to follow a recipe and knowing how to cook. If you can master the first principles within a domain, you can see much further than those who are just following recipes. That’s what Julia Child, “The French Chef”... (more…)

Read more »