Tag Archives: Pareto frontier

Making VBA run faster

Sometimes you have a spreadsheet that just takes forever to run VBA reports, even though you’ve tried all the usual tips and tricks. This post shows one reason I found and how I managed to fix it. I have a workbook I’m using for some life cycle cost and life cycle carbon footprint analysis. The [...]

Find Pareto frontiers in Python

We all want to find the best results for the lowest cost, but sometimes it’s not as simple as that. Imagine you have a large number of choices from which you are trying to find the best option. For example, let’s say you have a range of energy efficiency refurbishment packages available and you want [...]