Contents
Contents
Mental model
Abstraction
The practice of hiding complexity behind a simpler interface, enabling reasoning
I send a newsletter every week — free, no spam, unsubscribe anytime.
— Kirkpatrick et al., Simulated Annealing (1983)"Simulated annealing is a general approach to combinatorial optimization that allows occasional acceptance of worse solutions in order to escape local optima." The cooling schedule tunes exploration over time.
Optimization Algorithms applied the Explore-exploit Tradeoff mental model
Optimization Algorithms applied the Theory of Constraints mental model
Optimization Algorithms applied the Scale mental model
Optimization Algorithms applied the Optimization Algorithms mental model
Optimization Algorithms applied the Algorithms mental model
Optimization Algorithms applied the Cost mental model