|
|
|
|
|
by arsenide
1523 days ago
|
|
The only optimisation solver I use is Excel Solver Add-In. It’s great, but you have to be able to put your problem into Excel to use it which does not work for all use cases. In cases where I’m trying to optimise something that doesn’t quite fit into Excel cleanly I’ll usually do some sort of hand-rolled Monte Carlo optimisation. This generally works for me in the types of problems I most often solve. |
|