This is a follow-on from the original “Math Genome Fun” thread here
I think it’s time to test out GAs on a bigger problem, the old one was at the boundary of home computation for an exhaustive search (OMD I said “search!” get on that Mung) – but I’m going to propose a *much* bigger search / smaller target.
Friends, you target is Pi
I’ve chosen Pi because of its qualities, being irrational and transcendental you cannot describe it in an equation, only approximate it.
Our target is the first 150 digits of Pi.
Our vocabulary is the same numbers and operators as before: [1,2,3,4,5,6,7,8,9,+,-,*,/], but this time they can all be used as often as required and the genome can be anywhere from 1 to 1000 characters in length.
The design approximation is now harder due to the decimal place and the absence of zeros in our vocabulary (but there’s quite a few in Pi).
I’ve done no computation on this myself, can a GA find that proverbial needle in a haystack?