About the Blog

 

Introduction 

This is a blog about optimization algorithms and their Python implementations.

Why this Blog?

I want to share what I've learned with others.  Each topic will include some background, an example and links to complete, working Python code.  I don't plan on covering a lot of theory since there is typically a lot of that on the web.  Links to key refences will be included.  I often use code shared by others on the web and when I do, I will reference these sources.   

Being retired, I'm not looking for my next job and I don't need to "monetize" what I'm publishing here.  I just feel that someone out there might appreciate or be helped by what I've done.  




Comments

Popular posts from this blog

Minimize (or Maximize) a Function of One Variable

2D Bin Packing with a Genetic Algorithm

Minimum Distance to f(x) with Scipy Optimize