adventures in optimization
The charming adventures of an operations research analyst and his solver. · Hierarchical Optimization with HiGHS · Hierarchical Optimization with Gurobi ·
ryanjoneil/adventures-in-optimization - GitHub
Code and related material for my blog, Adventures in Optimization. - ryanjoneil/adventures-in-optimization.
Nibblesort: Adventures in Optimization // -dealloc
Nibblesort: Adventures in Optimization. A few months ago compiler researcher John Regehr held a low-level optimization contest for a silly ...
Adventures in optimization - Solver Max
By day, I am an operations research analyst, Go coder, and co-founder of Nextmv. I'm interested in hybrid optimization, decision diagrams, and mixed integer ...
Adventures in optimization for large-scale deep learning - YouTube
Guest talk by Aaron Defazio on "Adventures in optimization for large-scale deep learning" This talk is part of the seminar series held by ...
Visualizing Decision Diagrams | adventures in optimization
We'll start with examples of visualizations built by hand. These form a good standard for how we want DDs to look if we automate rendering.
Adventures in Optimization - LIDS/ALL 2013 - MIT
LIDS alumna Sommer Gentry remembers being scolded in her high school math class for explaining a problem to another student. She smiles, recalling: “the ...
5000x faster CRDTs: An adventure in optimization (2021)
I've written a new CRDT algorithm which is another 10x faster. (time drops to 4ms). But the algorithm is only faster when the editing history is largely linear.
Adventures in optimization | yasmar.net
Adventures in optimization. 09 May 2024 by Lincoln Ramsay. Today (er, some months ago, but whatever) I took a daemon written in python that was chewing 30% ...
A (mis)adventure in optimization - Fortran Discourse
I recently watched a nice video explaining the Quake III fast inverse square root algorithm. Since I don't do much bit fiddlery in my real ...
Classroom Activities In Optimization - Shodor
Here are a few examples of hands on activities to help students gain an intuitive idea of the problem of optimization.
making a parallel Rust workload 10x faster with (or without) Rayon
320K subscribers in the rust community. A place for all things related to the Rust programming ... Optimization adventures: making a parallel Rust ...
Adventures in BEAM optimization with our MQTT adapter
There's a wide variety of ways you can get performance data out of the BEAM (the Erlang VM). To start with there's the observer, which you can use to view all ...
Adventures in bundle optimization - Artem Tyurin
It was time to explore the optimization possibilities for the app I've been working on. Our main bundle was 1.25 MB (515 kB gzip).
Adventures in C# Optimization - Snowflake
I sat down and took a look at how to cut this down to hopefully become just as fast as a C or C++ implementation of VCDIFF.
Adventures in optimization, re: Typed Racket - jverkamp.com
Working with Typed Racket was actually a surprisingly pleasant experience. It reminded me of all of the better parts of Haskell, where you can add type ...
Optimization Problem Overview: Setting Up - Marcello Ricottone
The hands down most important part to our adventures in optimization is the correct and proper set up of the situation we hope to optimize.
Further adventures in python runtime optimization for 2023 - Reddit
Detailed explanations of my approach to days 16, 23 and 24. Includes heavy spoilers for those days!
An adventure with optimization, Rust and Z3 | Adolfo Ochagavía
This blog post is a report on this adventure, in which I used Z3 to model and solve the problem. The code is on GitHub, in case you are curious.
Adventures in optimization (or: the good and bad side of being truly ...
That search for optimization led to my call for help at calculate average from range of hash values (optimize). All the replies gave me some insight into better ...