/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

matbesancon.xyz
| | bayesianneuron.com
5.2 parsecs away

Travel
| | [AI summary] The user has shared a detailed exploration of optimizing the 0/1 Knapsack problem using dynamic programming with Python and NumPy. They discuss various optimization techniques, including reducing memory usage with a 2-row approach, vectorization using NumPy's `np.where` for faster computation, and the performance improvements achieved. The final implementation shows significant speedups, especially for large-scale problems, and the user highlights the importance of vectorization and efficient memory management in computational tasks.
| | www.msoos.org
5.9 parsecs away

Travel
| | [AI summary] The article explains the various complexities and approaches to SAT and SMT model counting, including satisfiability checking, approximate and exact counting, model enumeration, and optimization.
| | jaketae.github.io
7.8 parsecs away

Travel
| | Update: The code was modified with further optimizations. In particular, instead of checking the trie per every DFS call, we update the trie pointer along the DFS call so that the trie does not have to be queried repeatedly.
| | gist.github.com
14.4 parsecs away

Travel
| GitHub Gist: instantly share code, notes, and snippets.