Code: https://github.com/PiotrZakrzewski/julia-tsp/blob/main/Efficient%20TSP.ipynbPrev Video explaining the naive implementation: https://www.youtube.com/wat... (more…)
Read more »
Julia Evans is a software engineer and writer based in Montreal who loves investigating weird bugs and helping people learn how computers work. She runs Wiza... (more…)
Read more »
This is Julia version 1.9.0, the ninth minor release in the 1.x series of releases.
Release notes: https://github.com/JuliaLang/julia/tree/v1.9.0/NEWS.md... (more…)
Read more »
Here's a language that gives near-C performance that feels like Python or Ruby with optional type annotations (that you can feed to one of two static analysis tools) that has good support for macros plus decent-ish support for FP, plus a lot more. What's ... (more…)
Read more »
Have you ever wondered how the app Prisma manages to turn your photos into impressionist paintings? They use, amongst
other things, a special type of algorithm called neural styles.
Read more »