Why is there no real use? I think it is VERY useful.
Why do you think so?
You write an algorithm which perfects one species, at the same time, produce another perfect species, through the evolution algorithm (process).
It's quite clear that after all this time, you still don't understand the use of a GA.
It doesn't evolve systems just for the sake of it.
It's a method of optimization of a system that needs to perform in a specific environment with specific parameters.
It makes no sense to play with genetic isolation. It has no added value to the optimization process.
You could run multiple simulations, sure. But that's not the same thing.
You also don't seem to understand that GA's are used to optimize systems that fill a specific niche. Whereas population splits in nature aren't like that. Both groups don't occupy the same niche. They live in different environments. The environments might be similar, but they would not be the same. Different parameters would result in different selective pressures. And you'll end up with 2 population, each of which would be optimized for its specific niche - not for the niche of the other.
In a GA application, there is only 1 niche to fill.
You don't, because it's a waste of money.
But in case you have money to waste and want to do it just for the sake of it, you can. And I already explained how to do it in my previous post. Perhaps you should read it all the way through.
I'll repeat it. In the linked car app, you'ld grab half the population of a specific generation and move them to a new track, while leaving the other half on the original track and while not allowing interbreeding between both groups from that point on.
You will have successfully isolated part of the population which would then in turn start to be optimized for that new niche they have to fill (being, the new track).
Moving half the population to another identical track would not result in
fitter cars. In fact, it would most probably slow the optimization process down, as you would have successfully eradicated half of the genetic variation of the population.