Article: Well, that escalated quickly: Random search

In this series of articles, we look at a simple optimization situation that requires deciding the best order for positioning devices in a rack.

This article discusses Model 2, which uses a random search method running in parallel. Does it perform better than the enumeration method of Model 1?

Along the way, we asked Claude AI to help with some of the programming. Claude was useful, though the experience was somewhat mixed.

https://www.solvermax.com/blog/well-that-escalated-quickly-random-search
#Python #pyomo #orms #optimization #modelling #ClaudeAI

Solver Max - Well, that escalated quickly: Random search

We apply four approaches to solving a combinatorics problem: enumeration, random search, constraint programming, and mixed integer linear programming.