Solution to the Scoble Problem — A Study in Stream Evolution

I read Rocky Agrawal’s post on the Scoble Problem and the rejoinder to it “It’s not Scoble’s fault”. It is and will be an ongoing problem on any ‘stream’ (Facebook, twitter, g+ etc). Before laying out a possible solution to…


Stochastic Algorithms : Part 2 — Clever Algorithms in Python

This is a multi part series on implementing Clever Algorithms by Jason Brownlee in Python. See overview, Part 1.

In part 2 we look at the following Stochastic Algorithms: Iterated Local Search, Guided…


Stochastic Algorithms — Clever Algorithms in Python

This is a multi part series on implementing Clever Algorithms by Jason Brownlee in Python. See overview, Part 2.

Stochastic Algorithms are primarily global optimization algorithms. A stochastic process is one whose…


Algorithms in Computational Geometry — Part 2

In Part 1 we discussed the base technique for determining relative orientation. We used that to answer the first two questions: To find relative orientation of two points and two directed segments with a common end point. In Part 2 we answer the next…