Genetic algorithms are stochastic algorithms which emulate the tools of biological evolution in order to find solutions to a problem: crossover and mutation of chromosomes, survival of the fittest, and so on. I'm currently trying to get one to work to match points of two different images.
Here's my original articles published this week.
Practical PHP Testing Patterns: Suite Fixture Setup
An humble infographic on methodologies compares on a pair of scales Rational Unified Process, Scrum, XP and Kanban.
Practical PHP Testing Patterns: Setup Decorator - did you know you could run the same test suite twice, with two different databases (such as PostgreSQL and MySQL) just by decorating it differently?
5 things that PHP envies Java for - this article raised some less than happy responses from the PHP community. But stay tuned: next week we will explore what Java envies PHP for instead.
A journey in web development, [computer] science, engineering:
getting to know what lies under the hood -- Giorgio Sironi
Subscribe to:
Post Comments (Atom)
Featured post
A map metaphor for architectural diagrams
It is a (two-dimension) representation of a pipe. The map is not the territory , but in software engineering terms they are models of it....
Popular posts
-
Download now Practical Php Testing , my ebook on testing php applications, is finally here as promised, in the first days of December. Ho...
-
This is the errata page of the Practical Php Testing ebook, where typos and other errors will be listed and corrected. This page is linked ...
-
Mathematics is a part of a programmer's life. Other than the basic concepts implemented in programming languages, there are particular t...
No comments:
Post a Comment