Various Local search & Tabu search implementations for a VRP problem - emarkou/Large-Scale-Optimization-Vehicle-Routing-Problem... (more…)
Read more »
Playing with Java 16+ Records. The code: https://adambien.blog/roller/abien/entry/playing_with_java_records See you at: https://airhacks.live... (more…)
Read more »
While all three remove boilerplate, the similarities don't go much further. Records have stronger semantics with important downstream benefits, which makes them better*. (* not always; depends on circumstances; excuse the clickbait)... (more…)
Read more »
I have been developing a tiny tool, RedPen. The tool is for proofreading input texts written in Markdown or LaTeX formats, and written in Java. As this tool are released, the jar files are uploaded…
Read more »
TLDR; Java has a few different ways of comparing variables and objects with one another. ==, equals(), compareTo() and compare(). Java provides various operators such as == and != which check for equality and inequality respectively. They are used in a pr... (more…)
Read more »